Home
last modified time | relevance | path

Searched refs:maxZ (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/mesa3d/src/mesa/main/
Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox() argument
47 ctx->PrimitiveBoundingBox[6] = maxZ; in _mesa_PrimitiveBoundingBox()
Dbbox.h37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.cpp323 …const dword maxZ[16] = {0x00000000, 0x00000004, 0x00000400, 0x00000404, 0x00040000, 0x00040004, 0x… in Constants() local
331 memcpy(&this->maxZ, &maxZ, sizeof(maxZ)); in Constants()
DConstants.hpp91 dword maxZ[16]; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.cpp330 …const dword maxZ[16] = { 0x00000000, 0x00000004, 0x00000400, 0x00000404, 0x00040000, 0x00040004, 0… in Constants() local
338 memcpy(&this->maxZ, &maxZ, sizeof(maxZ)); in Constants()
DConstants.hpp130 dword maxZ[16]; member
DVertexRoutine.cpp138 Int4 maxZ = CmpLT(posW, posZ); in computeClipFlags() local
140 clipFlags |= Pointer<Int>(constants + OFFSET(Constants, maxZ))[SignMask(maxZ)]; in computeClipFlags()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp88 uint32_t maxZ = copySplit.copies[0].textureOffset.z + copySplit.copies[0].copySize.depth; in ValidateTextureBounds() local
97 maxZ = std::max(maxZ, copy.textureOffset.z + copy.copySize.depth); in ValidateTextureBounds()
105 ASSERT_EQ(maxZ, textureSpec.z + textureSpec.depth); in ValidateTextureBounds()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp152 uint32_t maxZ = in ValidateTextureBounds() local
162 maxZ = std::max(maxZ, copy.textureOffset.z + copy.copySize.depthOrArrayLayers); in ValidateTextureBounds()
170 ASSERT_EQ(maxZ, textureSpec.z + textureSpec.depthOrArrayLayers); in ValidateTextureBounds()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h142 simdscalar vMaxZ = _simd_broadcast_ss(&pViewport->maxZ); in DepthStencilTest()
270 simdscalar vMaxZ = _simd_broadcast_ss(&pViewport->maxZ); in DepthStencilWrite()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES3_2_compatibility.txt71 float maxX, float maxY, float maxZ, float maxW);
133 float maxX, float maxY, float maxZ, float maxW);
136 coordinate of the bounding box and <maxX>, <maxY>, <maxZ>, and <maxW>
144 <maxX>, <maxY>, <maxZ>, <maxW>. If the shader contains a static assignment
/third_party/openGLES/extensions/ARB/
DARB_ES3_2_compatibility.txt81 float maxX, float maxY, float maxZ, float maxW);
143 float maxX, float maxY, float maxZ, float maxW);
146 coordinate of the bounding box and <maxX>, <maxY>, <maxZ>, and <maxW>
154 <maxX>, <maxY>, <maxZ>, <maxW>. If the shader contains a static assignment
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp36 float maxZ; member
/third_party/openGLES/extensions/EXT/
DEXT_primitive_bounding_box.txt88 float maxX, float maxY, float maxZ, float maxW);
147 float maxX, float maxY, float maxZ, float maxW);
150 coordinate of the bounding box and <maxX>, <maxY>, <maxZ>, and <maxW>
158 <maxX>, <maxY>, <maxZ>, <maxW>. If the shader contains a static assignment
345 with (minZ, maxW) or (maxZ, minW)?
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_primitive_bounding_box.txt91 float maxX, float maxY, float maxZ, float maxW);
150 float maxX, float maxY, float maxZ, float maxW);
153 coordinate of the bounding box and <maxX>, <maxY>, <maxZ>, and <maxW>
161 <maxX>, <maxY>, <maxZ>, <maxW>. If the shader contains a static assignment
350 with (minZ, maxW) or (maxZ, minW)?
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_primitive_bounding_box.txt88 float maxX, float maxY, float maxZ, float maxW);
147 float maxX, float maxY, float maxZ, float maxW);
150 coordinate of the bounding box and <maxX>, <maxY>, <maxZ>, and <maxW>
158 <maxX>, <maxY>, <maxZ>, <maxW>. If the shader contains a static assignment
345 with (minZ, maxW) or (maxZ, minW)?
/third_party/openGLES/extensions/OES/
DOES_primitive_bounding_box.txt106 float maxX, float maxY, float maxZ, float maxW);
165 float maxX, float maxY, float maxZ, float maxW);
168 coordinate of the bounding box and <maxX>, <maxY>, <maxZ>, and <maxW>
176 <maxX>, <maxY>, <maxZ>, <maxW>. If the shader contains a static assignment
365 with (minZ, maxW) or (maxZ, minW)?
/third_party/vk-gl-cts/framework/common/
DtcuTexCompareVerifier.cpp1101 const float maxZ = depth + depthErr; in isCubeLevelCompareResultValid() local
1103 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeLevelCompareResultValid()
1153 const float maxZ = depth + depthErr; in isCubeMipmapLinearCompareResultValid() local
1155 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeMipmapLinearCompareResultValid()
1486 const float maxZ = coord.z()+depthErr; in isTexCompareResultValid() local
1488 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid()
1637 const float maxZ = coord.y()+depthErr; in isTexCompareResultValid() local
1639 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid()
1856 const float maxZ = coord.z()+depthErr; in isGatherOffsetsCompareResultValid() local
1858 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp1025 GLfloat maxZ, in GL_PrimitiveBoundingBox() argument
1032 CID(context), minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); in GL_PrimitiveBoundingBox()
1040 minY, minZ, minW, maxX, maxY, maxZ, maxW)); in GL_PrimitiveBoundingBox()
1043 context->primitiveBoundingBox(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); in GL_PrimitiveBoundingBox()
1046 maxY, maxZ, maxW); in GL_PrimitiveBoundingBox()
Dentry_points_gles_3_2_autogen.h133 GLfloat maxZ,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_2_autogen.h68 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); \
DvalidationES32_autogen.h220 GLfloat maxZ,
/third_party/vk-gl-cts/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()
/third_party/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c150 … GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl551 …nsKHR makeAabbPositionsKHR (float minX, float minY, float minZ, float maxX, float maxY, float maxZ) argument
559 res.maxZ = maxZ;

1234