Home
last modified time | relevance | path

Searched refs:minZ (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dbbox.c36 GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, in _mesa_PrimitiveBoundingBox() argument
43 ctx->PrimitiveBoundingBox[2] = minZ; in _mesa_PrimitiveBoundingBox()
Dbbox.h36 GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW,
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.cpp259 …RTGetFormatMinDims(PVRTuint64 u64PixelFormat, PVRTuint32 &minX, PVRTuint32 &minY, PVRTuint32 &minZ) in PVRTGetFormatMinDims() argument
278 minZ = 1; in PVRTGetFormatMinDims()
284 minZ = 1; in PVRTGetFormatMinDims()
290 minZ = 1; in PVRTGetFormatMinDims()
295 minZ = 1; in PVRTGetFormatMinDims()
300 minZ = 1; in PVRTGetFormatMinDims()
308 minZ = 1; in PVRTGetFormatMinDims()
313 minZ = 1; in PVRTGetFormatMinDims()
318 minZ = 1; in PVRTGetFormatMinDims()
DPVRTTexture.h624 …TGetFormatMinDims(PVRTuint64 u64PixelFormat, PVRTuint32 &minX, PVRTuint32 &minY, PVRTuint32 &minZ);
/external/swiftshader/src/Shader/
DConstants.cpp326 …const dword minZ[16] = {0x00000000, 0x00000020, 0x00002000, 0x00002020, 0x00200000, 0x00200020, 0x… in Constants() local
334 memcpy(&this->minZ, &minZ, sizeof(minZ)); in Constants()
DConstants.hpp94 dword minZ[16]; member
DVertexRoutine.cpp118 …Int4 minZ = symmetricNormalizedDepth ? CmpNLE(-o[pos].w, o[pos].z) : CmpNLE(Float4(0.0f), o[pos].z… in computeClipFlags() local
125 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,minZ) + SignMask(minZ) * 4); in computeClipFlags()
/external/swiftshader/src/Pipeline/
DConstants.cpp326 …const dword minZ[16] = {0x00000000, 0x00000020, 0x00002000, 0x00002020, 0x00200000, 0x00200020, 0x… in Constants() local
334 memcpy(&this->minZ, &minZ, sizeof(minZ)); in Constants()
DConstants.hpp94 dword minZ[16]; member
DVertexRoutine.cpp118 Int4 minZ = CmpNLE(Float4(0.0f), o[pos].z); in computeClipFlags() local
125 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,minZ) + SignMask(minZ) * 4); in computeClipFlags()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp35 float minZ; member
DDevice.cpp525 view.minZ = viewport.minZ; in bindViewport()
DContext.cpp1759 viewport.minZ = zNear; in applyRenderTarget()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h133 simdscalar vMinZ = _simd_broadcast_ss(&pViewport->minZ); in DepthStencilTest()
224 simdscalar vMinZ = _simd_broadcast_ss(&pViewport->minZ); in DepthStencilWrite()
Dstate.h960 float minZ; member
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp35 float minZ; member
DDevice.cpp828 view.minZ = viewport.minZ; in bindViewport()
/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp119 …mitiveCount, int verticesPerPrimitive, de::Random rnd, float primitiveSize, float minZ, float maxZ) in generateVertices() argument
137 dst[(i+j)*ELEMENTS_PER_VERTEX + 2] = rnd.getFloat(minZ, maxZ); // z in generateVertices()
/external/swiftshader/src/Renderer/
DRenderer.hpp220 float minZ; member
DRenderer.cpp578 float N = viewport.minZ; in draw()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp1163 const float minZ = coord.z()-depthErr; in isTexCompareResultValid() local
1165 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid()
1304 const float minZ = coord.z()-depthErr; in isGatherOffsetsCompareResultValid() local
1306 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid()
/external/mesa3d/include/GLES2/
Dgl2ext.h436 …YP PFNGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
438 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxOES (GLfloat minX, GLfloat minY, GLfloat minZ, GL…
1588 …YP PFNGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
1590 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GL…
/external/swiftshader/include/GLES2/
Dgl2ext.h446 …YP PFNGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
448 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxOES (GLfloat minX, GLfloat minY, GLfloat minZ, GL…
1622 …YP PFNGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
1624 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GL…
/external/mesa3d/include/GLES3/
Dgl32.h1758 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXPROC) (GLfloat minX, GLfloat minY, GLfloat minZ
1803 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLflo…
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1222 &vp->minZ, &vp->maxZ); in swr_update_derived()

12