Searched refs:VkAttachmentLoadOp (Results 1 – 18 of 18) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 26 VkAttachmentLoadOp fLoadOp; 29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
|
D | GrVkGpuCommandBuffer.h | 127 VkAttachmentLoadOp fVkColorLoadOp; 129 VkAttachmentLoadOp fVkStencilLoadOp;
|
D | GrVkGpuCommandBuffer.cpp | 26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 614 VkAttachmentLoadOp loadOp, in Attachment() 617 VkAttachmentLoadOp stencilLoadOp, in Attachment() 639 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp() 643 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp() 653 VkAttachmentLoadOp m_loadOp; 656 VkAttachmentLoadOp m_stencilLoadOp; 4637 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() 4741 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() 4748 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() 4759 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 138 vk::VkAttachmentLoadOp loadOp, 140 vk::VkAttachmentLoadOp stencilLoadOp,
|
D | vktDrawCreateInfoUtil.cpp | 410 vk::VkAttachmentLoadOp _loadOp, in AttachmentDescription() 412 vk::VkAttachmentLoadOp _stencilLoadOp, in AttachmentDescription()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 262 …format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkA…
|
D | vkStrUtil.inl | 33 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value); 80 …Format::Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoadOp value) { re… 127 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << getAt…
|
D | vkStructTypes.inl | 943 VkAttachmentLoadOp loadOp; 945 VkAttachmentLoadOp stencilLoadOp;
|
D | vkBasicTypes.inl | 759 enum VkAttachmentLoadOp enum
|
D | vkStrUtilImpl.inl | 828 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value)
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_private.h | 1231 VkAttachmentLoadOp load_op; 1232 VkAttachmentLoadOp stencil_load_op;
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1792 VkAttachmentLoadOp load_op; 1794 VkAttachmentLoadOp stencil_load_op;
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 765 typedef enum VkAttachmentLoadOp { enum 773 } VkAttachmentLoadOp; typedef 2035 VkAttachmentLoadOp loadOp; 2037 VkAttachmentLoadOp stencilLoadOp;
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 771 typedef enum VkAttachmentLoadOp { enum 779 } VkAttachmentLoadOp; typedef 2044 VkAttachmentLoadOp loadOp; 2046 VkAttachmentLoadOp stencilLoadOp;
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 848 typedef enum VkAttachmentLoadOp { enum 856 } VkAttachmentLoadOp; typedef 2141 VkAttachmentLoadOp loadOp; 2143 VkAttachmentLoadOp stencilLoadOp;
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 857 typedef enum VkAttachmentLoadOp { enum 865 } VkAttachmentLoadOp; typedef 2200 VkAttachmentLoadOp loadOp; 2202 VkAttachmentLoadOp stencilLoadOp;
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_error_database.txt | 344 …n '7.1. Render Pass Creation' which states 'loadOp must be a valid VkAttachmentLoadOp value' (http… 346 … Render Pass Creation' which states 'stencilLoadOp must be a valid VkAttachmentLoadOp value' (http…
|