Home
last modified time | relevance | path

Searched refs:VkAttachmentLoadOp (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h95 VkAttachmentLoadOp fVkColorLoadOp;
97 VkAttachmentLoadOp fVkStencilLoadOp;
DGrVkRenderPass.h26 VkAttachmentLoadOp fLoadOp;
29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
DGrVkGpuCommandBuffer.cpp26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp588 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/
DvktDrawCreateInfoUtil.hpp138 vk::VkAttachmentLoadOp loadOp,
140 vk::VkAttachmentLoadOp stencilLoadOp,
DvktDrawCreateInfoUtil.cpp410 vk::VkAttachmentLoadOp _loadOp, in AttachmentDescription()
412 vk::VkAttachmentLoadOp _stencilLoadOp, in AttachmentDescription()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl33 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…
DvkTypeUtil.inl262 …format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkA…
DvkStructTypes.inl943 VkAttachmentLoadOp loadOp;
945 VkAttachmentLoadOp stencilLoadOp;
DvkBasicTypes.inl689 enum VkAttachmentLoadOp enum
DvkStrUtilImpl.inl762 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value)
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h765 typedef enum VkAttachmentLoadOp { enum
773 } VkAttachmentLoadOp; typedef
2035 VkAttachmentLoadOp loadOp;
2037 VkAttachmentLoadOp stencilLoadOp;
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in790 typedef enum VkAttachmentLoadOp { enum
798 } VkAttachmentLoadOp; typedef
2069 VkAttachmentLoadOp loadOp;
2071 VkAttachmentLoadOp stencilLoadOp;
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt344 …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…