Home
last modified time | relevance | path

Searched refs:AttachmentLoadOp (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.cpp832 .loadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
834 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
851 .loadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
853 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp3048 VULKAN_HPP_INLINE std::string to_string( AttachmentLoadOp value ) in to_string()
3052 case AttachmentLoadOp::eLoad : return "Load"; in to_string()
3053 case AttachmentLoadOp::eClear : return "Clear"; in to_string()
3054 case AttachmentLoadOp::eDontCare : return "DontCare"; in to_string()
Dvulkan_to_string.hpp5303 VULKAN_HPP_INLINE std::string to_string( AttachmentLoadOp value ) in to_string()
5307 case AttachmentLoadOp::eLoad : return "Load"; in to_string()
5308 case AttachmentLoadOp::eClear : return "Clear"; in to_string()
5309 case AttachmentLoadOp::eDontCare : return "DontCare"; in to_string()
5310 case AttachmentLoadOp::eNoneEXT : return "NoneEXT"; in to_string()
Dvulkansc_enums.hpp2281 enum class AttachmentLoadOp enum
Dvulkan_enums.hpp3520 enum class AttachmentLoadOp enum
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp134 .loadOp = vkhpp::AttachmentLoadOp::eLoad, in createRenderPass()