/third_party/mesa3d/src/mesa/main/ |
H A D | bbox.c | 38 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox() 48 ctx->PrimitiveBoundingBox[6] = maxZ; in _mesa_PrimitiveBoundingBox() 36 _mesa_PrimitiveBoundingBox( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) _mesa_PrimitiveBoundingBox() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | Constants.cpp | 330 const dword maxZ[16] = { 0x00000000, 0x00000004, 0x00000400, 0x00000404, 0x00040000, 0x00040004, 0x00040400, 0x00040404, 0x04000000, 0x04000004, 0x04000400, 0x04000404, 0x04040000, 0x04040004, 0x04040400, 0x04040404 }; in Constants() local 338 memcpy(&this->maxZ, &maxZ, sizeof(maxZ)); in Constants()
|
H A D | Constants.hpp | 130 dword maxZ[16]; member
|
H A 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/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Constants.cpp | 323 const dword maxZ[16] = {0x00000000, 0x00000004, 0x00000400, 0x00000404, 0x00040000, 0x00040004, 0x00040400, 0x00040404, 0x04000000, 0x04000004, 0x04000400, 0x04000404, 0x04040000, 0x04040004, 0x04040400, 0x04040404}; in Constants() local 331 memcpy(&this->maxZ, &maxZ, sizeof(maxZ)); in Constants()
|
H A D | Constants.hpp | 91 dword maxZ[16]; member
|
H A D | VertexRoutine.cpp | 115 Int4 maxZ = CmpLT(o[pos].w, o[pos].z); in computeClipFlags() local 122 clipFlags |= *Pointer<Int>(constants + OFFSET(Constants,maxZ) + SignMask(maxZ) * 4); in computeClipFlags()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
H A 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/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.hpp | 36 float maxZ; member
|
H A D | Device.cpp | 850 view.maxZ = viewport.maxZ; in bindViewport()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexCompareVerifier.cpp | 1101 const float maxZ = depth + depthErr; 1103 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); 1153 const float maxZ = depth + depthErr; 1155 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); 1486 const float maxZ = coord.z()+depthErr; 1488 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); 1637 const float maxZ = coord.y()+depthErr; 1639 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); 1856 const float maxZ = coord.z()+depthErr; 1858 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_2_autogen.h | 68 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); \
|
H A D | validationES32_autogen.h | 220 GLfloat maxZ,
|
H A D | validationES32.cpp | 516 GLfloat maxZ, in ValidatePrimitiveBoundingBox() 508 ValidatePrimitiveBoundingBox(const Context *context, angle::EntryPoint entryPoint, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) ValidatePrimitiveBoundingBox() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_2_autogen.cpp | 1025 GLfloat maxZ, in GL_PrimitiveBoundingBox() 1030 "context = %d, minX = %f, minY = %f, minZ = %f, minW = %f, maxX = %f, maxY = %f, maxZ = " in GL_PrimitiveBoundingBox() 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() 1019 GL_PrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) GL_PrimitiveBoundingBox() argument
|
H A D | entry_points_gles_3_2_autogen.h | 133 GLfloat maxZ,
|
H A D | libGLESv2_autogen.cpp | 2221 GLfloat maxZ, in glPrimitiveBoundingBox() 2224 return GL_PrimitiveBoundingBox(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); in glPrimitiveBoundingBox() 4306 GLfloat maxZ, in glPrimitiveBoundingBoxEXT() 4309 return GL_PrimitiveBoundingBoxEXT(minX, minY, minZ, minW, maxX, maxY, maxZ, maxW); in glPrimitiveBoundingBoxEXT() 2215 glPrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) glPrimitiveBoundingBox() argument 4300 glPrimitiveBoundingBoxEXT(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) glPrimitiveBoundingBoxEXT() argument
|
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_dispatch.c | 150 GL_API void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fOcclusionQueryTests.cpp | 119 static void generateVertices (std::vector<float>& dst, float width, float height, int primitiveCount, 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/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.hpp | 220 float maxZ; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_2_autogen.h | 225 GLfloat maxZ,
|
H A D | capture_gles_3_2_autogen.cpp | 1017 GLfloat maxZ, in CapturePrimitiveBoundingBox() 1028 paramBuffer.addValueParam("maxZ", ParamType::TGLfloat, maxZ); in CapturePrimitiveBoundingBox() 1009 CapturePrimitiveBoundingBox(const State &glState, bool isCallValid, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) CapturePrimitiveBoundingBox() argument
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 462 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 464 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxOES (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1671 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1673 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 443 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 445 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxOES (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1720 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1722 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 446 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 448 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxOES (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1622 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXEXTPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW); 1624 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);
|