Searched refs:VkAttachmentLoadOp (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 95 VkAttachmentLoadOp fVkColorLoadOp; 97 VkAttachmentLoadOp fVkStencilLoadOp;
|
D | GrVkRenderPass.h | 26 VkAttachmentLoadOp fLoadOp; 29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
|
D | GrVkGpuCommandBuffer.cpp | 26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 588 VkAttachmentLoadOp loadOp, in Attachment() 591 VkAttachmentLoadOp stencilLoadOp, in Attachment() 613 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp() 617 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp() 627 VkAttachmentLoadOp m_loadOp; 630 VkAttachmentLoadOp m_stencilLoadOp; 4389 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() 4493 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() 4500 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() 4511 …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 | vkStrUtil.inl | 33 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value); 78 …Format::Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoadOp value) { re… 123 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << getAt…
|
D | vkTypeUtil.inl | 262 …format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkA…
|
D | vkStructTypes.inl | 943 VkAttachmentLoadOp loadOp; 945 VkAttachmentLoadOp stencilLoadOp;
|
D | vkBasicTypes.inl | 689 enum VkAttachmentLoadOp enum
|
D | vkStrUtilImpl.inl | 762 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value)
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 765 typedef enum VkAttachmentLoadOp { enum 773 } VkAttachmentLoadOp; typedef 2035 VkAttachmentLoadOp loadOp; 2037 VkAttachmentLoadOp stencilLoadOp;
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 790 typedef enum VkAttachmentLoadOp { enum 798 } VkAttachmentLoadOp; typedef 2069 VkAttachmentLoadOp loadOp; 2071 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…
|