Home
last modified time | relevance | path

Searched refs:minDepth (Results 1 – 25 of 46) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp58 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()
DvktDrawNegativeViewportHeightTests.cpp277 viewport.minDepth, // float minDepth; in draw()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTextureClampTests.cpp300 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()
Dgl4cSparseTextureTests.cpp1812 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()
Dgl4cSparseTexture2Tests.cpp1044 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()
Dgl4cSparseTextureTests.hpp57 GLint minDepth; member
/external/mesa3d/src/intel/vulkan/
Dgen8_cmd_buffer.c53 .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/
DvkTypeUtil.inl161 inline VkViewport makeViewport (float x, float y, float width, float height, float minDepth, float … argument
168 res.minDepth = minDepth;
/external/deqp/modules/egl/
DteglRenderTests.cpp152 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/
Dwaivers.txt57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
/external/deqp/external/vulkancts/mustpass/1.1.0/src/
Dwaivers.txt57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
/external/deqp/android/cts/master/src/
Dvk-waivers.txt57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
/external/deqp/external/vulkancts/mustpass/1.1.3/src/
Dwaivers.txt57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
/external/deqp/external/vulkancts/mustpass/1.1.2/src/
Dwaivers.txt57 # is incorrectly disabled when the viewport minDepth is equal to maxDepth.
/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c308 .minDepth = 0.0f, in emit_depth_decomp()
Dsi_cmd_buffer.c598 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()
Dradv_meta_resolve.c326 .minDepth = 0.0f, in emit_resolve()
Dradv_meta_resolve_fs.c432 .minDepth = 0.0f, in emit_resolve()
Dradv_meta_clear.c385 .minDepth = 0.0f, in emit_color_clear()
655 .minDepth = 0.0f, in emit_depthstencil_clear()
Dradv_meta_fast_clear.c548 .minDepth = 0.0f, in emit_fast_clear_flush()
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp395 viewport.minDepth = 0.0f; in copySurfaceAsDraw()
DGrVkPipeline.cpp611 viewport.minDepth = 0.0f; in SetDynamicViewportState()
/external/skia/src/gpu/vk/
DGrVkCopyManager.cpp395 viewport.minDepth = 0.0f; in copySurfaceAsDraw()
DGrVkPipeline.cpp622 viewport.minDepth = 0.0f; in SetDynamicViewportState()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h556 float minDepth; member

12