Searched refs:VkAttachmentStoreOp (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 27 VkAttachmentStoreOp fStoreOp; 29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
|
D | GrVkGpuCommandBuffer.h | 128 VkAttachmentStoreOp fVkColorStoreOp; 130 VkAttachmentStoreOp fVkStencilStoreOp;
|
D | GrVkGpuCommandBuffer.cpp | 26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 615 VkAttachmentStoreOp storeOp, in Attachment() 618 VkAttachmentStoreOp stencilStoreOp, in Attachment() 640 VkAttachmentStoreOp getStoreOp (void) const { return m_storeOp; } in getStoreOp() 644 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() 654 VkAttachmentStoreOp m_storeOp; 657 VkAttachmentStoreOp m_stencilStoreOp; 4644 const VkAttachmentStoreOp storeOps[] = in addAttachmentTests() 4742 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() 4749 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() 4760 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() [all …]
|
/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/framework/vulkan/ |
D | vkTypeUtil.inl | 262 …amples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, …
|
D | vkStrUtil.inl | 34 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value); 81 …rmat::Enum<VkAttachmentStoreOp> getAttachmentStoreOpStr (VkAttachmentStoreOp value) { r… 128 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << getAt…
|
D | vkStructTypes.inl | 944 VkAttachmentStoreOp storeOp; 946 VkAttachmentStoreOp stencilStoreOp;
|
D | vkBasicTypes.inl | 768 enum VkAttachmentStoreOp enum
|
D | vkStrUtilImpl.inl | 839 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value)
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 775 typedef enum VkAttachmentStoreOp { enum 782 } VkAttachmentStoreOp; typedef 2036 VkAttachmentStoreOp storeOp; 2038 VkAttachmentStoreOp stencilStoreOp;
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 781 typedef enum VkAttachmentStoreOp { enum 788 } VkAttachmentStoreOp; typedef 2045 VkAttachmentStoreOp storeOp; 2047 VkAttachmentStoreOp stencilStoreOp;
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 858 typedef enum VkAttachmentStoreOp { enum 865 } VkAttachmentStoreOp; typedef 2142 VkAttachmentStoreOp storeOp; 2144 VkAttachmentStoreOp stencilStoreOp;
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1793 VkAttachmentStoreOp store_op;
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 867 typedef enum VkAttachmentStoreOp { enum 874 } VkAttachmentStoreOp; typedef 2201 VkAttachmentStoreOp storeOp; 2203 VkAttachmentStoreOp stencilStoreOp;
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_error_database.txt | 345 … '7.1. Render Pass Creation' which states 'storeOp must be a valid VkAttachmentStoreOp value' (htt… 347 …Render Pass Creation' which states 'stencilStoreOp must be a valid VkAttachmentStoreOp value' (htt…
|