Home
last modified time | relevance | path

Searched defs:minZ (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dbbox.c36 GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, in _mesa_PrimitiveBoundingBox()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.hpp35 float minZ; member
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp35 float minZ; member
/external/swiftshader/src/Shader/
DConstants.cpp326 …const dword minZ[16] = {0x00000000, 0x00000020, 0x00002000, 0x00002020, 0x00200000, 0x00200020, 0x… in Constants() local
DVertexRoutine.cpp118 …Int4 minZ = symmetricNormalizedDepth ? CmpNLE(-o[pos].w, o[pos].z) : CmpNLE(Float4(0.0f), o[pos].z… in computeClipFlags() local
DConstants.hpp94 dword minZ[16]; member
/external/swiftshader/src/Pipeline/
DConstants.cpp326 …const dword minZ[16] = {0x00000000, 0x00000020, 0x00002000, 0x00002020, 0x00200000, 0x00200020, 0x… in Constants() local
DVertexRoutine.cpp118 Int4 minZ = CmpNLE(Float4(0.0f), o[pos].z); in computeClipFlags() local
DConstants.hpp94 dword minZ[16]; member
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.cpp259 …RTGetFormatMinDims(PVRTuint64 u64PixelFormat, PVRTuint32 &minX, PVRTuint32 &minY, PVRTuint32 &minZ) in PVRTGetFormatMinDims()
/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp119 …mitiveCount, int verticesPerPrimitive, de::Random rnd, float primitiveSize, float minZ, float maxZ) in generateVertices()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp1163 const float minZ = coord.z()-depthErr; in isTexCompareResultValid() local
1304 const float minZ = coord.z()-depthErr; in isGatherOffsetsCompareResultValid() local
/external/swiftshader/src/Renderer/
DRenderer.hpp220 float minZ; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h960 float minZ; member
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl4843 GLW_APICALL void GLW_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLf…
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl4169 …pper::glPrimitiveBoundingBox (glw::GLfloat minX, glw::GLfloat minY, glw::GLfloat minZ, glw::GLfloa…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl4495 void glwPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX,…
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c31587 GLfloat minZ; member
31599 const GLfloat minZ = cmd->minZ; in _mesa_unmarshal_PrimitiveBoundingBox() local
31608 _mesa_marshal_PrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat … in _mesa_marshal_PrimitiveBoundingBox()