Home
last modified time | relevance | path

Searched defs:stencilLoadOp (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.h64 wgpu::LoadOp stencilLoadOp; member
/third_party/skia/src/gpu/ops/
DOpsTask.cpp48 GrLoadOp stencilLoadOp, in create_render_pass()
588 GrLoadOp stencilLoadOp; in onExecute() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.hpp223 vk::VkAttachmentLoadOp stencilLoadOp = vk::VK_ATTACHMENT_LOAD_OP_LOAD; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp67 VkAttachmentLoadOp stencilLoadOp; member
DvktRenderPassUnusedClearAttachmentTests.cpp355 …const VkAttachmentLoadOp stencilLoadOp = (depthOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHM… in createRenderPass() local
DvktRenderPassTestsUtil.cpp525 VkAttachmentLoadOp stencilLoadOp, in Attachment()
DvktRenderPassSubpassDependencyTests.cpp3937 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4018 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4109 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
DvktRenderPassTests.cpp677 VkAttachmentLoadOp stencilLoadOp, in Attachment()
5725 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
5757 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
5855 const VkAttachmentLoadOp stencilLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
6097 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps)… in addAttachmentAllocationTests() local
6408 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentAllocationTests() local
DvktRenderPassLoadStoreOpNoneTests.cpp97 VkAttachmentLoadOp stencilLoadOp; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp67 VkAttachmentLoadOp stencilLoadOp; member
DvktRenderPassUnusedClearAttachmentTests.cpp356 …const VkAttachmentLoadOp stencilLoadOp = (depthOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHM… in createRenderPass() local
DvktRenderPassTestsUtil.cpp525 VkAttachmentLoadOp stencilLoadOp, in Attachment()
DvktRenderPassSubpassDependencyTests.cpp3937 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4018 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4109 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
DvktRenderPassTests.cpp667 VkAttachmentLoadOp stencilLoadOp, in Attachment()
5700 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
5732 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
5830 const VkAttachmentLoadOp stencilLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
6060 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps)… in addAttachmentAllocationTests() local
6367 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentAllocationTests() local
DvktRenderPassLoadStoreOpNoneTests.cpp97 VkAttachmentLoadOp stencilLoadOp; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c790 VkAttachmentLoadOp stencilLoadOp = pCreateInfo->pAttachments[i].stencilLoadOp; in tu_CreateRenderPass2() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h90 wgpu::LoadOp stencilLoadOp; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkTypeUtil.inl299 …es, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAt…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp483 …Device& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAt… in createSimpleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiPipelineTests.cpp483 …Device& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAt… in createSimpleRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h290 uint16_t stencilLoadOp : 2; member
DFramebufferVk.cpp2527 vk::RenderPassLoadOp stencilLoadOp = vk::RenderPassLoadOp::Load; in startNewRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl300 …es, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAt…
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl300 …es, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAt…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp567 …const auto stencilLoadOp = (hasStencil ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_DONT_C… in buildRenderPass() local

12