Home
last modified time | relevance | path

Searched defs:xMax (Results 26 - 35 of 35) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fMultisampleTests.cpp120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored() local
152 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors() local
H A Des2fFboRenderTest.cpp572 int xMax = renderTarget.getWidth()-width+1; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp98 auto xMax = clippedDestArea.x + clippedDestArea.width; in StretchedBlitNearest_PixelByPixel() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-colr-table.hh902 FWORD xMax; member
H A Dhb-ot-glyf-table.hh495 FWORD xMax; /* Maximum x for coordinate data. */ member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fMultisampleTests.cpp122 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored() local
154 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors() local
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pDepthTests.cpp168 const float xMax = -1.0f + 2.0f*coverage; in getPartScreenQuad() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp300 const int xMax = imageSize.x() - 1; in generateReferenceImage() local
347 const int xMax = access.getWidth() - 1; in flipHorizontally() local
591 const deUint32 xMax in initPrograms() local
1358 const std::string xMax = de::toString(m_texture.size().x() - 1); initPrograms() local
1404 " " << type << " t = texelFetch(u_image0, " + xMax + "-pos);\\n"; initPrograms() local
1429 " imageStore(u_image1, pos, imageLoad(u_image0, " + xMax + "-pos));\\n"; initPrograms() local
1448 " imageStore(u_image1, pos, imageLoad(u_image0, ivec2(" + xMax + "-pos.x, pos.y)));\\n"; initPrograms() local
1466 " imageStore(u_image1, pos, imageLoad(u_image0, ivec3(" + xMax + "-pos.x, pos.y, pos.z)));\\n"; initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp300 const int xMax = imageSize.x() - 1; in generateReferenceImage() local
347 const int xMax = access.getWidth() - 1; in flipHorizontally() local
586 const deUint32 xMax in initPrograms() local
1333 const std::string xMax = de::toString(m_texture.size().x() - 1); initPrograms() local
1375 " " << type << " t = texelFetch(u_image0, " + xMax + "-pos);\\n"; initPrograms() local
1400 " imageStore(u_image1, pos, imageLoad(u_image0, " + xMax + "-pos));\\n"; initPrograms() local
1419 " imageStore(u_image1, pos, imageLoad(u_image0, ivec2(" + xMax + "-pos.x, pos.y)));\\n"; initPrograms() local
1437 " imageStore(u_image1, pos, imageLoad(u_image0, ivec3(" + xMax + "-pos.x, pos.y, pos.z)));\\n"; initPrograms() local
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c2955 Long xMin, yMin, xMax, yMax; in FT_Outline_Get_CBox() local

Completed in 30 milliseconds

12