/third_party/mesa3d/src/mesa/main/ |
D | bbox.c | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox() argument 47 ctx->PrimitiveBoundingBox[6] = maxZ; in _mesa_PrimitiveBoundingBox()
|
D | bbox.h | 37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Constants.cpp | 323 …const dword maxZ[16] = {0x00000000, 0x00000004, 0x00000400, 0x00000404, 0x00040000, 0x00040004, 0x… in Constants() local 331 memcpy(&this->maxZ, &maxZ, sizeof(maxZ)); in Constants()
|
D | Constants.hpp | 91 dword maxZ[16]; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | Constants.cpp | 330 …const dword maxZ[16] = { 0x00000000, 0x00000004, 0x00000400, 0x00000404, 0x00040000, 0x00040004, 0… in Constants() local 338 memcpy(&this->maxZ, &maxZ, sizeof(maxZ)); in Constants()
|
D | Constants.hpp | 130 dword maxZ[16]; member
|
D | VertexRoutine.cpp | 138 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/ |
D | CopySplitTests.cpp | 88 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/ |
D | CopySplitTests.cpp | 152 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/ |
D | depthstencil.h | 142 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/ |
D | ARB_ES3_2_compatibility.txt | 71 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/ |
D | ARB_ES3_2_compatibility.txt | 81 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/ |
D | Device.hpp | 36 float maxZ; member
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_primitive_bounding_box.txt | 88 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/ |
D | OES_primitive_bounding_box.txt | 91 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/ |
D | EXT_primitive_bounding_box.txt | 88 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/ |
D | OES_primitive_bounding_box.txt | 106 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/ |
D | tcuTexCompareVerifier.cpp | 1101 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/ |
D | entry_points_gles_3_2_autogen.cpp | 1025 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()
|
D | entry_points_gles_3_2_autogen.h | 133 GLfloat maxZ,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_2_autogen.h | 68 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); \
|
D | validationES32_autogen.h | 220 GLfloat maxZ,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fOcclusionQueryTests.cpp | 119 …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/ |
D | glapi_dispatch.c | 150 … GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 551 …nsKHR makeAabbPositionsKHR (float minX, float minY, float minZ, float maxX, float maxY, float maxZ) argument 559 res.maxZ = maxZ;
|