Searched refs:depthResult (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | depthstencil.h | 137 simdscalar depthResult = _simd_set1_ps(-1.0f); in DepthStencilTest() local 150 depthResult = _simd_setzero_ps(); in DepthStencilTest() 161 depthResult = _simd_cmple_ps(interpZ, zbuf); in DepthStencilTest() 164 depthResult = _simd_cmplt_ps(interpZ, zbuf); in DepthStencilTest() 167 depthResult = _simd_cmpgt_ps(interpZ, zbuf); in DepthStencilTest() 170 depthResult = _simd_cmpge_ps(interpZ, zbuf); in DepthStencilTest() 173 depthResult = _simd_cmpeq_ps(interpZ, zbuf); in DepthStencilTest() 176 depthResult = _simd_cmpneq_ps(interpZ, zbuf); in DepthStencilTest() 248 simdscalar depthWriteMask = _simd_and_ps(depthResult, stencilMask); in DepthStencilTest()
|
/external/perfetto/ui/src/controller/ |
D | track_decider.ts | 599 const depthResult = await this.engine.query(` constant 603 const maxDepth = +depthResult.columns[0].longValues![0]; 664 const depthResult = await this.engine.query(` constant 668 const maxDepth = +depthResult.columns[0].longValues![0]; 729 const depthResult = await this.engine.query(` constant 733 const maxDepth = +depthResult.columns[0].longValues![0];
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1070 …de::MovePtr<tcu::TextureLevel> depthResult = readDepthAttachment(vk, vkDevice, queue, queueFamily… in verifyTestResult() local 1077 depthResult->getAccess(), in verifyTestResult() 1091 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); in verifyTestResult() 1361 …de::MovePtr<tcu::TextureLevel> depthResult = readDepthAttachment(vk, vkDevice, queue, queueFamily… in verifyTestResult() local 1368 tcu::Vec4 depth = depthResult->getAccess().getPixel(x, y); in verifyTestResult()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 1219 …const tcu::ConstPixelBufferAccess depthResult = tcu::getEffectiveDepthStencilAccess(result, mod… in checkTestResult() local 1224 …estContext().getLog(), "Compare", "Result comparison", expectedResult, depthResult, fThreshold, tc… in checkTestResult() 1229 …estContext().getLog(), "Compare", "Result comparison", expectedResult, depthResult, uThreshold, tc… in checkTestResult() 3104 …const tcu::ConstPixelBufferAccess depthResult = tcu::getEffectiveDepthStencilAccess(result, mod… in checkTestResult() local 3109 … if (!checkNonNearestFilteredResult(depthResult, clampedExpected, unclampedExpected, sourceFormat)) in checkTestResult() 3140 …const tcu::ConstPixelBufferAccess depthResult = tcu::getEffectiveDepthStencilAccess(result, mode… in checkTestResult() local 3143 if (!checkNearestFilteredResult(depthResult, depthSource)) in checkTestResult()
|