/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 58 float minDepth; member 93 if (params.minDepth > 1.0f || in InvertedDepthRangesTestInstance() 94 params.minDepth < 0.0f || in InvertedDepthRangesTestInstance() 321 …st float depthFinal = depthClamped * m_params.maxDepth + (1.0f - depthClamped) * m_params.minDepth; in generateReferenceImage() 340 m_params.minDepth, // float minDepth; in iterate() 441 const float minDepth = 0.5f + delta[ndxDelta].delta / 2.0f; in populateTestGroup() local 442 const float maxDepth = minDepth - delta[ndxDelta].delta; in populateTestGroup() 443 DE_ASSERT(minDepth >= maxDepth); in populateTestGroup() 448 minDepth, in populateTestGroup()
|
D | vktDrawNegativeViewportHeightTests.cpp | 277 viewport.minDepth, // float minDepth; in draw()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTextureClampTests.cpp | 300 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth) in verifyLookupTextureData() 712 if (width > 0 && height > 0 && depth >= mState.minDepth) in writeDataToTexture() 802 if (width == 0 || height == 0 || depth < mState.minDepth) in verifyLookupTextureData() 976 mState.minDepth = SparseTextureUtils::getTargetDepth(target); in prepareTexture() 990 mState.depth = 4 * mState.pageSizeZ * mState.minDepth; in prepareTexture() 1054 …if (width >= mState.pageSizeX && height >= mState.pageSizeY && (mState.minDepth == 0 || depth >= m… in isInPageSizesRange()
|
D | gl4cSparseTextureTests.cpp | 1812 mState.minDepth = SparseTextureUtils::getTargetDepth(target); in prepareTexture() 1826 mState.depth = 2 * mState.pageSizeZ * mState.minDepth; in prepareTexture() 1926 if (width > 0 && height > 0 && depth >= mState.minDepth) in writeDataToTexture() 1975 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth) in verifyTextureData() 2124 (mState.minDepth == 0 || depth >= mState.pageSizeZ)) in isInPageSizesRange() 2263 mState.minDepth, GL_TRUE); in verifyInvalidOperationErrors() 2319 (mState.minDepth % mState.pageSizeZ)) in verifyInvalidValueErrors() 2321 …texPageCommitment(gl, target, format, texture, 0, 0, 0, mState.minDepth, mState.pageSizeX, mState.… in verifyInvalidValueErrors()
|
D | gl4cSparseTexture2Tests.cpp | 1044 if (width > 0 && height > 0 && depth >= mState.minDepth) in writeDataToTexture() 1141 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth) in verifyTextureData() 1583 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth) in UncommittedDepthStencil() 1704 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth) in verifyTextureDataExtended() 1934 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth) in verifyAtomicOperations() 2685 if (width > 0 && height > 0 && depth >= mState.minDepth) in writeDataToTexture() 2789 if (widthCommitted == 0 || height == 0 || depth < mState.minDepth) in verifyLookupTextureData()
|
D | gl4cSparseTextureTests.hpp | 57 GLint minDepth; member
|
/external/mesa3d/src/intel/vulkan/ |
D | gen8_cmd_buffer.c | 53 .ViewportMatrixElementm22 = vp->maxDepth - vp->minDepth, in gen8_cmd_buffer_emit_viewport() 56 .ViewportMatrixElementm32 = vp->minDepth, in gen8_cmd_buffer_emit_viewport() 93 .MinimumDepth = depth_clamp_enable ? vp->minDepth : 0.0f, in gen8_cmd_buffer_emit_depth_viewport()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 161 inline VkViewport makeViewport (float x, float y, float width, float height, float minDepth, float … argument 168 res.minDepth = minDepth;
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 152 const float minDepth = -1.0f; // \todo [pyry] Reference doesn't support Z clipping yet in randomizeDrawOp() local 185 position.z() = rnd.getFloat(minDepth, maxDepth); in randomizeDrawOp() 211 p1.z() = rnd.getFloat(minDepth, maxDepth); in randomizeDrawOp() 216 p2.z() = rnd.getFloat(minDepth, maxDepth); in randomizeDrawOp()
|
/external/deqp/external/vulkancts/mustpass/1.1.1/src/ |
D | waivers.txt | 57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
|
/external/deqp/external/vulkancts/mustpass/1.1.0/src/ |
D | waivers.txt | 57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
|
/external/deqp/android/cts/master/src/ |
D | vk-waivers.txt | 57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
|
/external/deqp/external/vulkancts/mustpass/1.1.3/src/ |
D | waivers.txt | 57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
|
/external/deqp/external/vulkancts/mustpass/1.1.2/src/ |
D | waivers.txt | 57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 308 .minDepth = 0.0f, in emit_depth_decomp()
|
D | si_cmd_buffer.c | 598 double n = viewport->minDepth; in get_viewport_xform() 636 float zmin = MIN2(viewports[i].minDepth, viewports[i].maxDepth); in si_write_viewport() 637 float zmax = MAX2(viewports[i].minDepth, viewports[i].maxDepth); in si_write_viewport()
|
D | radv_meta_resolve.c | 326 .minDepth = 0.0f, in emit_resolve()
|
D | radv_meta_resolve_fs.c | 432 .minDepth = 0.0f, in emit_resolve()
|
D | radv_meta_clear.c | 385 .minDepth = 0.0f, in emit_color_clear() 655 .minDepth = 0.0f, in emit_depthstencil_clear()
|
D | radv_meta_fast_clear.c | 548 .minDepth = 0.0f, in emit_fast_clear_flush()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 395 viewport.minDepth = 0.0f; in copySurfaceAsDraw()
|
D | GrVkPipeline.cpp | 611 viewport.minDepth = 0.0f; in SetDynamicViewportState()
|
/external/skia/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 395 viewport.minDepth = 0.0f; in copySurfaceAsDraw()
|
D | GrVkPipeline.cpp | 622 viewport.minDepth = 0.0f; in SetDynamicViewportState()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 556 float minDepth; member
|