Home
last modified time | relevance | path

Searched defs:expectedDepth (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilLoadOpTests.cpp99 std::vector<float> expectedDepth(mipSize * mipSize, kDepthValues[mipLevel]); in CheckMipLevel() local
109 std::vector<uint16_t> expectedDepth(mipSize * mipSize, in CheckMipLevel() local
115 std::vector<float> expectedDepth(mipSize * mipSize, kDepthValues[mipLevel]); in CheckMipLevel() local
134 std::vector<float> expectedDepth(mipSize * mipSize, kDepthValues[mipLevel]); in CheckMipLevel() local
DSubresourceRenderAttachmentTests.cpp42 float expectedDepth = 0.3f; in DoSingleTest() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBuiltinVariableTest.cpp247 void CheckDepthWritten(float expectedDepth, float fsDepth) in CheckDepthWritten()
DGeometryShaderTest.cpp1064 const float expectedDepth[], in verifyLayeredFramebufferDepthStencil()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp1043 float expectedDepth = clearValue; in verifyTestResult() local
1074 …float expectedDepth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth… in verifyTestResult() local
1324 …float expectedDepth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth… in verifyTestResult() local
DvktPipelineColorWriteEnableTests.cpp174 float expectedDepth; member
DvktPipelineExtendedDynamicStateTests.cpp1852 float expectedDepth; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp1038 float expectedDepth = clearValue; in verifyTestResult() local
1069 …float expectedDepth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth… in verifyTestResult() local
1317 …float expectedDepth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth… in verifyTestResult() local
DvktPipelineColorWriteEnableTests.cpp172 float expectedDepth; member
DvktPipelineExtendedDynamicStateTests.cpp1454 float expectedDepth; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp176 float expectedDepth; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp176 float expectedDepth; member
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h464 std::vector<float> expectedDepth) { in ExpectAttachmentDepthTestData()
DDawnTest.cpp1284 std::vector<float> expectedDepth, in ExpectAttachmentDepthStencilTestData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationDepthBiasControlTests.cpp616 …const float expectedDepth = sampleDepth + clampedBias; // Must match vertex depth + actual bi… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingUnusedAttachmentsTests.cpp941 …const float expectedDepth = (layerWritten ? 1.0f : 0.0f); // Needs to match the vertex shade… in iterate() local
DvktDynamicRenderingTests.cpp3607 …const float expectedDepth = usesDepth ? clearValue.depthStencil.depth : depthStencilClear.de… in baseTest() local