Searched refs:VkAttachmentStoreOp (Results 1 – 15 of 15) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 522 VkAttachmentStoreOp storeOp, in Attachment() 525 VkAttachmentStoreOp stencilStoreOp, in Attachment() 547 VkAttachmentStoreOp getStoreOp (void) const { return m_storeOp; } in getStoreOp() 551 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() 561 VkAttachmentStoreOp m_storeOp; 564 VkAttachmentStoreOp m_stencilStoreOp; 3983 const VkAttachmentStoreOp storeOps[] = in createAttachmentTestCaseGroup() 4081 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in createAttachmentTestCaseGroup() 4088 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in createAttachmentTestCaseGroup() 4099 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), D… in createAttachmentTestCaseGroup() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 34 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value); 74 …Format::Enum<VkAttachmentStoreOp> getAttachmentStoreOpStr (VkAttachmentStoreOp value) { re… 114 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << getAtt…
|
D | vkTypeUtil.inl | 262 …amples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, …
|
D | vkStructTypes.inl | 944 VkAttachmentStoreOp storeOp; 946 VkAttachmentStoreOp stencilStoreOp;
|
D | vkBasicTypes.inl | 645 enum VkAttachmentStoreOp enum
|
D | vkStrUtilImpl.inl | 720 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value)
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 139 vk::VkAttachmentStoreOp storeOp, 141 vk::VkAttachmentStoreOp stencilStoreOp,
|
D | vktDrawCreateInfoUtil.cpp | 411 vk::VkAttachmentStoreOp _storeOp, in AttachmentDescription() 413 vk::VkAttachmentStoreOp _stencilStoreOp, in AttachmentDescription()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.hpp | 139 vk::VkAttachmentStoreOp storeOp, 141 vk::VkAttachmentStoreOp stencilStoreOp,
|
D | vktQueryPoolCreateInfoUtil.cpp | 414 vk::VkAttachmentStoreOp _storeOp, in AttachmentDescription() 416 vk::VkAttachmentStoreOp _stencilStoreOp, in AttachmentDescription()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.hpp | 141 vk::VkAttachmentStoreOp storeOp, 143 vk::VkAttachmentStoreOp stencilStoreOp,
|
D | vktDynamicStateCreateInfoUtil.cpp | 411 vk::VkAttachmentStoreOp _storeOp, in AttachmentDescription() 413 vk::VkAttachmentStoreOp _stencilStoreOp, in AttachmentDescription()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 161 VkAttachmentStoreOp store_op;
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 750 typedef enum VkAttachmentStoreOp { enum 757 } VkAttachmentStoreOp; typedef 1980 VkAttachmentStoreOp storeOp; 1982 VkAttachmentStoreOp stencilStoreOp;
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 758 typedef enum VkAttachmentStoreOp { enum 765 } VkAttachmentStoreOp; typedef 1989 VkAttachmentStoreOp storeOp; 1991 VkAttachmentStoreOp stencilStoreOp;
|