/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 118 class DepthTest : public vkt::TestCase class 130 DepthTest (tcu::TestContext& testContext, 145 virtual ~DepthTest (void); 171 const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT], 189 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT]; 225 GraphicsPipelineWrapper m_graphicsPipelines[DepthTest::QUAD_COUNT]; 226 GraphicsPipelineWrapper m_altGraphicsPipelines[DepthTest::QUAD_COUNT]; 232 const float DepthTest::quadDepths[QUAD_COUNT] = 241 const float DepthTest::quadDepthsMinusOneToOne[QUAD_COUNT] = 249 const float DepthTest::quadWs[QUAD_COUNT] = [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 118 class DepthTest : public vkt::TestCase class 130 DepthTest (tcu::TestContext& testContext, 145 virtual ~DepthTest (void); 171 const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT], 189 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT]; 225 GraphicsPipelineWrapper m_graphicsPipelines[DepthTest::QUAD_COUNT]; 226 GraphicsPipelineWrapper m_altGraphicsPipelines[DepthTest::QUAD_COUNT]; 232 const float DepthTest::quadDepths[QUAD_COUNT] = 241 const float DepthTest::quadDepthsMinusOneToOne[QUAD_COUNT] = 249 const float DepthTest::quadWs[QUAD_COUNT] = [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilLoadOpTests.cpp | 27 DepthTest, enumerator 42 case Check::DepthTest: in operator <<() 133 case Check::DepthTest: { in CheckMipLevel() 238 {Check::CopyDepth, Check::DepthTest, Check::SampleDepth}); in GenerateParams() 244 {Check::CopyStencil, Check::StencilTest, Check::DepthTest, Check::SampleDepth}); in GenerateParams()
|
/third_party/mesa3d/src/mesa/main/ |
D | glthread_marshal.h | 456 ctx->GLThread.DepthTest = true; in _mesa_glthread_Enable() 479 ctx->GLThread.DepthTest = false; in _mesa_glthread_Disable() 491 return ctx->GLThread.DepthTest; in _mesa_glthread_IsEnabled() 524 attr->DepthTest = ctx->GLThread.DepthTest; in _mesa_glthread_PushAttrib() 550 ctx->GLThread.DepthTest = attr->DepthTest; in _mesa_glthread_PopAttrib()
|
D | glthread.h | 133 bool DepthTest; member 235 bool DepthTest; member
|
D | attrib.c | 146 attr->DepthTest = ctx->Depth.Test; in _mesa_PushAttrib() 373 TEST_AND_UPDATE(ctx->Depth.Test, enable->DepthTest, GL_DEPTH_TEST); in pop_enable_group()
|
D | mtypes.h | 3119 GLboolean DepthTest; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | BasicDrawTest.cpp | 84 TEST_P(BasicDrawTest, DepthTest) in TEST_P() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_packed_depth_stencil.txt | 318 framebuffer; the setting of DepthTest is ignored.
|
/third_party/openGLES/extensions/NV/ |
D | NV_packed_depth_stencil.txt | 318 framebuffer; the setting of DepthTest is ignored.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_stencil_two_side.txt | 362 framebuffer; the setting of DepthTest is ignored."
|
D | EXT_packed_depth_stencil.txt | 545 written to the framebuffer; the setting of DepthTest is ignored.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_stencil_two_side.txt | 362 framebuffer; the setting of DepthTest is ignored."
|
D | EXT_packed_depth_stencil.txt | 545 written to the framebuffer; the setting of DepthTest is ignored.
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 686 DepthTest = 1,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_framebuffer_object.txt | 1511 written to the framebuffer; the setting of DepthTest is ignored.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_framebuffer_object.txt | 1521 written to the framebuffer; the setting of DepthTest is ignored.
|