Searched defs:iy0 (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_linear_fallback.c | 172 const unsigned iy0 = box->y0 / STAMP_SIZE; in lp_rast_linear_rect_fallback() local [all...] |
H A D | lp_rast_rect.c | 154 unsigned ix0, ix1, iy0, iy1; in lp_rast_rectangle() local [all...] |
H A D | lp_setup_rect.c | 378 const unsigned iy0 = rect->box.y0 / TILE_SIZE; in lp_setup_bin_rectangle() local [all...] |
H A D | lp_setup_tri.c | 811 const int iy0 = bbox->y0 / TILE_SIZE; in lp_setup_bin_triangle() local 891 const int iy0 = trimmed_box.y0 / TILE_SIZE; in lp_setup_bin_triangle() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.cpp | 755 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexTextureTests.cpp | 440 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); in setPixelColors() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.cpp | 683 int iy0 = deCeilFloatToInt32(sy0 - 0.5f); in computeVertexReference() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fVertexTextureTests.cpp | 345 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f); in setPixelColors() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 12235 int ix0,iy0; in nk_tt_MakeGlyphBitmapSubpixel() local 11581 nk_tt_GetGlyphBitmapBoxSubpixel(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBoxSubpixel() argument 11601 nk_tt_GetGlyphBitmapBox(const struct nk_tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) nk_tt_GetGlyphBitmapBox() argument [all...] |
Completed in 42 milliseconds