Home
last modified time | relevance | path

Searched refs:DepthTest (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp107 class DepthTest : public vkt::TestCase class
117 DepthTest (tcu::TestContext& testContext,
127 virtual ~DepthTest (void);
146 const VkCompareOp depthCompareOps[DepthTest::QUAD_COUNT],
159 VkCompareOp m_depthCompareOps[DepthTest::QUAD_COUNT];
187 Move<VkPipeline> m_graphicsPipelines[DepthTest::QUAD_COUNT];
193 const float DepthTest::quadDepths[QUAD_COUNT] =
201 DepthTest::DepthTest (tcu::TestContext& testContext, in DepthTest() function in vkt::pipeline::__anon2f1287e00111::DepthTest
222 DepthTest::~DepthTest (void) in ~DepthTest()
226 TestInstance* DepthTest::createInstance (Context& context) const in createInstance()
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dshufflemask-undef.ll14 %struct.DepthTest = type { i16, i16, i8, i8, i8, i8, double, double }
50 …st, %struct.BlendMode, %struct.ClearColor, %struct.ColorBuffer, %struct.DepthTest, %struct.ArrayRa…
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll14 %struct.DepthTest = type { i16, i16, i8, i8, i8, i8, double, double }
50 …st, %struct.BlendMode, %struct.ClearColor, %struct.ColorBuffer, %struct.DepthTest, %struct.ArrayRa…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/
Dshufflemask-undef.ll15 %struct.DepthTest = type { i16, i16, i8, i8, i8, i8, double, double }
51 …st, %struct.BlendMode, %struct.ClearColor, %struct.ColorBuffer, %struct.DepthTest, %struct.ArrayRa…
/external/mesa3d/src/mesa/main/
Dattrib.c76 GLboolean DepthTest; member
330 attr->DepthTest = ctx->Depth.Test; in _mesa_PushAttrib()
607 TEST_AND_UPDATE(ctx->Depth.Test, enable->DepthTest, GL_DEPTH_TEST); in pop_enable_group()