Home
last modified time | relevance | path

Searched refs:VkAttachmentStoreOp (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderPass.h27 VkAttachmentStoreOp fStoreOp;
29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
DGrVkGpuCommandBuffer.h128 VkAttachmentStoreOp fVkColorStoreOp;
130 VkAttachmentStoreOp fVkStencilStoreOp;
DGrVkGpuCommandBuffer.cpp26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp615 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/
DvktDrawCreateInfoUtil.hpp139 vk::VkAttachmentStoreOp storeOp,
141 vk::VkAttachmentStoreOp stencilStoreOp,
DvktDrawCreateInfoUtil.cpp411 vk::VkAttachmentStoreOp _storeOp, in AttachmentDescription()
413 vk::VkAttachmentStoreOp _stencilStoreOp, in AttachmentDescription()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl262 …amples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp,
DvkStrUtil.inl34 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…
DvkStructTypes.inl944 VkAttachmentStoreOp storeOp;
946 VkAttachmentStoreOp stencilStoreOp;
DvkBasicTypes.inl768 enum VkAttachmentStoreOp enum
DvkStrUtilImpl.inl839 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value)
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h775 typedef enum VkAttachmentStoreOp { enum
782 } VkAttachmentStoreOp; typedef
2036 VkAttachmentStoreOp storeOp;
2038 VkAttachmentStoreOp stencilStoreOp;
/external/mesa3d/include/vulkan/
Dvulkan.h781 typedef enum VkAttachmentStoreOp { enum
788 } VkAttachmentStoreOp; typedef
2045 VkAttachmentStoreOp storeOp;
2047 VkAttachmentStoreOp stencilStoreOp;
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h858 typedef enum VkAttachmentStoreOp { enum
865 } VkAttachmentStoreOp; typedef
2142 VkAttachmentStoreOp storeOp;
2144 VkAttachmentStoreOp stencilStoreOp;
/external/mesa3d/src/intel/vulkan/
Danv_private.h1793 VkAttachmentStoreOp store_op;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in867 typedef enum VkAttachmentStoreOp { enum
874 } VkAttachmentStoreOp; typedef
2201 VkAttachmentStoreOp storeOp;
2203 VkAttachmentStoreOp stencilStoreOp;
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt345 … '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…