| /third_party/mesa3d/src/mesa/main/ |
| H A D | bbox.c | 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/Shader/ |
| H A D | Constants.cpp | 322 const dword maxY[16] = {0x00000000, 0x00000002, 0x00000200, 0x00000202, 0x00020000, 0x00020002, 0x00020200, 0x00020202, 0x02000000, 0x02000002, 0x02000200, 0x02000202, 0x02020000, 0x02020002, 0x02020200, 0x02020202}; in Constants() local
|
| H A D | Constants.hpp | 90 dword maxY[16]; member
|
| H A D | VertexRoutine.cpp | 114 Int4 maxY = CmpLT(o[pos].w, o[pos].y); in computeClipFlags() local
|
| /third_party/skia/src/core/ |
| H A D | SkBitmapProcState_matrixProcs.cpp | 132 maxY = s.fPixmap.height() - 1; in nofilter_affine() local 175 const unsigned maxY = s.fPixmap.height() - 1; in filter_scale() local 217 maxY = s.fPixmap.height() - 1; in filter_affine() local
|
| H A D | SkBitmapProcState.cpp | 38 const unsigned maxY = s.fPixmap.height() - 1; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local 305 const int maxY = s.fPixmap.height() - 1; in Clamp_S32_D32_nofilter_trans_shaderproc() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | Constants.cpp | 329 const dword maxY[16] = { 0x00000000, 0x00000002, 0x00000200, 0x00000202, 0x00020000, 0x00020002, 0x00020200, 0x00020202, 0x02000000, 0x02000002, 0x02000200, 0x02000202, 0x02020000, 0x02020002, 0x02020200, 0x02020202 }; in Constants() local
|
| H A D | Constants.hpp | 129 dword maxY[16]; member
|
| H A D | VertexRoutine.cpp | 128 Int4 maxY = CmpLT(posW, posY); in computeClipFlags() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsCurve.cpp | 25 double maxY = minY; in nearPoint() local
|
| H A D | SkReduceOrder.cpp | 56 int index, minX, maxX, minY, maxY; in reduce() local 189 int index, minX, maxX, minY, maxY; in reduce() local 38 check_linear(const SkDQuad& quad, int minX, int maxX, int minY, int maxY, SkDQuad& reduction) check_linear() argument 151 check_linear(const SkDCubic& cubic, int minX, int maxX, int minY, int maxY, SkDCubic& reduction) check_linear() argument [all...] |
| H A D | SkOpAngle.cpp | 577 double minX, minY, maxX, maxY; in endsIntersect() local 662 double minX, minY, maxX, maxY; in endToSide() local [all...] |
| /third_party/skia/src/effects/ |
| H A D | SkDashPathEffect.cpp | 127 SkScalar maxY = pts[1].fY; in cull_line() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
| H A D | CopySplitTests.cpp | 151 uint32_t maxY = copySplit.copies[0].textureOffset.y + copySplit.copies[0].copySize.height; in ValidateTextureBounds() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawTests.cpp | 147 const float maxY = minY + drawStep; local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawTests.cpp | 147 const float maxY = minY + drawStep; local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibraryCase.cpp | 224 bool ShaderCase::checkPixels(Surface& surface, int minX, int maxX, int minY, int maxY) in checkPixels() argument 478 int maxY = deFloorFloatToInt32(((+quadSize / w) * 0.5f + 0.5f) * (float)height - 0.5f); in execute() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_morpho.c | 94 int maxY; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_2_autogen.cpp | 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/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES32.cpp | 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
|
| H A D | validationESEXT.cpp | 1760 ValidatePrimitiveBoundingBoxEXT(const Context *context, angle::EntryPoint entryPoint, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) ValidatePrimitiveBoundingBoxEXT() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_2_autogen.cpp | 1019 GL_PrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) GL_PrimitiveBoundingBox() argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTextureTestUtil.cpp | 3269 const int maxY = deCeilFloatToInt32(((float)y+1.5f) / dstH * srcH); in compareGenMipmapVeryLenient() local
|
| /third_party/skia/third_party/externals/freetype/src/raster/ |
| H A D | ftraster.c | 483 Long minY, maxY; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 3319 const auto maxY = quadrant.first.offset.y + static_cast<int32_t>(quadrant.first.extent.height); in generateReferenceLevel() local
|