/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 222 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local 557 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED; in beginDynamicRender() local 590 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 222 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local 557 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED; in beginDynamicRender() local 590 const bool hasDepth = m_params.depthFormat != VK_FORMAT_UNDEFINED; in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboStencilbufferTests.cpp | 161 …const bool hasDepth = (m_attachDepth == GL_DEPTH_STENCIL || m_attachDepth == GL_DEPTH_ATTACHM… in render() local
|
D | es3fRandomFragmentOpTests.cpp | 97 bool hasDepth = renderTarget.getDepthBits() > 0; in translateState() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglSimpleConfigCase.cpp | 136 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth() function
|
D | teglCreateContextExtTests.cpp | 1018 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth() function
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 97 bool hasDepth = renderTarget.getDepthBits() > 0; in translateState() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 116 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getImageAspectFlags() local 968 const bool hasDepth (tcu::hasDepthComponent(format.order)); in createSplitDescriptorSetLayout() local 1246 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getSrcImageUsage() local 1258 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getDstFormat() local
|
D | vktRenderPassDepthStencilResolveTests.cpp | 1392 bool hasDepth; in initTests() member 1501 const bool hasDepth = formatData.hasDepth; in initTests() local 1685 const bool hasDepth = formatData.hasDepth; in initTests() local
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 795 const bool hasDepth = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in UnusedClearAttachmentTestInstance() local 986 const bool hasDepth = (m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in createCommandBufferDynamicRendering() local
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 1278 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in iterate() local 1685 const bool hasDepth = tcu::hasDepthComponent(tcuFormat.order); in createRenderPassLoadStoreOpNoneTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 116 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getImageAspectFlags() local 968 const bool hasDepth (tcu::hasDepthComponent(format.order)); in createSplitDescriptorSetLayout() local 1246 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getSrcImageUsage() local 1258 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getDstFormat() local
|
D | vktRenderPassDepthStencilResolveTests.cpp | 1392 bool hasDepth; in initTests() member 1501 const bool hasDepth = formatData.hasDepth; in initTests() local 1685 const bool hasDepth = formatData.hasDepth; in initTests() local
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 795 const bool hasDepth = m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in UnusedClearAttachmentTestInstance() local 986 const bool hasDepth = (m_testParams.depthStencilType == DEPTH_STENCIL_BOTH || in createCommandBufferDynamicRendering() local
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 1278 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in iterate() local 1685 const bool hasDepth = tcu::hasDepthComponent(tcuFormat.order); in createRenderPassLoadStoreOpNoneTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 145 virtual bool hasDepth() const in hasDepth() function in vkt::rasterization::__anon79fc0c570111::AttachmentAccessOrderTestCase 217 virtual bool hasDepth() const in hasDepth() function in vkt::rasterization::__anon79fc0c570111::AttachmentAccessOrderDepthTestCase
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 546 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in iterate() local 1336 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in createImageDepthStencilDescriptorTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 546 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in iterate() local 1336 const auto hasDepth = tcu::hasDepthComponent(tcuFormat.order); in createImageDepthStencilDescriptorTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 145 virtual bool hasDepth() const in hasDepth() function in vkt::rasterization::__anon2bde26970111::AttachmentAccessOrderTestCase 217 virtual bool hasDepth() const in hasDepth() function in vkt::rasterization::__anon2bde26970111::AttachmentAccessOrderDepthTestCase
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 715 bool FramebufferState::hasDepth() const in hasDepth() function in gl::FramebufferState 1145 bool Framebuffer::hasDepth() const in hasDepth() function in gl::Framebuffer
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 973 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order); in createStencilTests() local
|
D | vktPipelineDepthTests.cpp | 1308 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 973 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(stencilFormat).order); in createStencilTests() local
|
D | vktPipelineDepthTests.cpp | 1308 const bool hasDepth = tcu::hasDepthComponent(mapVkFormat(depthFormats[formatNdx]).order); in createDepthTests() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 954 …const bool hasDepth = access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().or… in fillWithComponentGradientsStyled() local 1046 …const bool hasDepth = access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().or… in fillWithGrid() local
|