Searched refs:tex_height (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler.c | 267 const int tex_height = texture->height - 1; in fetch_bgra_clamp() local 278 int ct = CLAMP(t>>FIXED16_SHIFT, 0, tex_height); in fetch_bgra_clamp() 303 const int tex_height = texture->height - 1; in fetch_bgrx_clamp() local 314 int ct = CLAMP(t>>FIXED16_SHIFT, 0, tex_height); in fetch_bgrx_clamp() 507 const int tex_height = texture->height - 1; in fetch_bgra_clamp_linear() local 526 h4 = _mm_set1_epi32(tex_height); in fetch_bgra_clamp_linear() 576 int ct0 = CLAMP(t0 , 0, tex_height); in fetch_bgra_clamp_linear() 577 int ct1 = CLAMP(t0 + 1, 0, tex_height); in fetch_bgra_clamp_linear()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 245 int32_t tex_width, tex_height; member 923 const int32_t tex_height = 2; in demo_prepare_texture_image() local 928 tex_obj->tex_height = tex_height; in demo_prepare_texture_image() 935 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image() 989 for (y = 0; y < tex_height; y++) { in demo_prepare_texture_image() 1065 staging_texture.tex_height, 1}, in demo_prepare_textures()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 510 void fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width, GLsizei tex_height, 597 …rInternalFormat::fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width, GLsizei tex_height, in fillTextureWithColor() argument 609 for (j = 0; j < tex_height / 2; j++) in fillTextureWithColor() 622 for (; j < tex_height; j++) in fillTextureWithColor()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FONTS.md | 271 int tex_width, tex_height; 272 io.Fonts->GetTexDataAsRGBA32(&tex_pixels, &tex_width, &tex_height);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 872 unsigned tex_height = sv[0]->texture->height0; in draw_textured_quad() local 934 ? ((float) height / tex_height) : (float) height; in draw_textured_quad()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 3559 LLVMValueRef tex_height = in lp_build_sample_soa_code() local 3563 tex_height, in lp_build_sample_soa_code()
|