| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | RenderPassCache.h | 64 wgpu::LoadOp stencilLoadOp; member
|
| /third_party/skia/src/gpu/ops/ |
| D | OpsTask.cpp | 48 GrLoadOp stencilLoadOp, in create_render_pass() 588 GrLoadOp stencilLoadOp; in onExecute() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkPipelineConstructionUtil.hpp | 223 vk::VkAttachmentLoadOp stencilLoadOp = vk::VK_ATTACHMENT_LOAD_OP_LOAD; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassUnusedAttachmentTests.cpp | 67 VkAttachmentLoadOp stencilLoadOp; member
|
| D | vktRenderPassUnusedClearAttachmentTests.cpp | 355 …const VkAttachmentLoadOp stencilLoadOp = (depthOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHM… in createRenderPass() local
|
| D | vktRenderPassTestsUtil.cpp | 525 VkAttachmentLoadOp stencilLoadOp, in Attachment()
|
| D | vktRenderPassSubpassDependencyTests.cpp | 3937 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
|
| D | vktRenderPassTests.cpp | 677 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
|
| D | vktRenderPassLoadStoreOpNoneTests.cpp | 97 VkAttachmentLoadOp stencilLoadOp; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassUnusedAttachmentTests.cpp | 67 VkAttachmentLoadOp stencilLoadOp; member
|
| D | vktRenderPassUnusedClearAttachmentTests.cpp | 356 …const VkAttachmentLoadOp stencilLoadOp = (depthOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHM… in createRenderPass() local
|
| D | vktRenderPassTestsUtil.cpp | 525 VkAttachmentLoadOp stencilLoadOp, in Attachment()
|
| D | vktRenderPassSubpassDependencyTests.cpp | 3937 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
|
| D | vktRenderPassTests.cpp | 667 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
|
| D | vktRenderPassLoadStoreOpNoneTests.cpp | 97 VkAttachmentLoadOp stencilLoadOp; member
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_pass.c | 790 VkAttachmentLoadOp stencilLoadOp = pCreateInfo->pAttachments[i].stencilLoadOp; in tu_CreateRenderPass2() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.h | 90 wgpu::LoadOp stencilLoadOp; member
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkTypeUtil.inl | 299 …es, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAt…
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiPipelineTests.cpp | 483 …Device& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAt… in createSimpleRenderPass()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| D | vktApiPipelineTests.cpp | 483 …Device& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAt… in createSimpleRenderPass()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_cache_utils.h | 290 uint16_t stencilLoadOp : 2; member
|
| D | FramebufferVk.cpp | 2527 vk::RenderPassLoadOp stencilLoadOp = vk::RenderPassLoadOp::Load; in startNewRenderPass() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkTypeUtil.inl | 300 …es, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAt…
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkTypeUtil.inl | 300 …es, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAt…
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| D | vktAttachmentRateTests.cpp | 567 …const auto stencilLoadOp = (hasStencil ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_DONT_C… in buildRenderPass() local
|