Searched refs:tex_height (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 264 const int tex_height = texture->height - 1; in fetch_bgra_clamp() local 274 int ct = CLAMP(t>>FIXED16_SHIFT, 0, tex_height); in fetch_bgra_clamp() 297 const int tex_height = texture->height - 1; in fetch_bgrx_clamp() local 307 int ct = CLAMP(t>>FIXED16_SHIFT, 0, tex_height); in fetch_bgrx_clamp() 489 const int tex_height = texture->height - 1; in fetch_bgra_clamp_linear() local 508 h4 = _mm_set1_epi32(tex_height); in fetch_bgra_clamp_linear() 558 int ct0 = CLAMP(t0 , 0, tex_height); in fetch_bgra_clamp_linear() 559 int ct1 = CLAMP(t0 + 1, 0, tex_height); in fetch_bgra_clamp_linear()
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 127 int32_t tex_width, tex_height; member 814 const int32_t tex_height = 2; in demo_prepare_texture_image() local 819 tex_obj->tex_height = tex_height; in demo_prepare_texture_image() 826 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image() 881 for (y = 0; y < tex_height; y++) { in demo_prepare_texture_image() 962 staging_texture.tex_height, 1}, in demo_prepare_textures()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 510 void fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width, GLsizei tex_height, 597 void TestClampModeForInternalFormat::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() 743 between colors in the rendered rectangle (tex_width, tex_height) 1206 * - allocate large enough memory buffer for the texture data - tex_width * tex_height * tex_depth * MAX_PIXEL_SIZE
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 867 unsigned tex_height = sv[0]->texture->height0; in draw_textured_quad() local 929 ? ((float) height / tex_height) : (float) height; in draw_textured_quad()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 3599 LLVMValueRef tex_height = in lp_build_sample_soa_code() local 3603 tex_height, in lp_build_sample_soa_code()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 4013 int tex_height; member 12956 int tex_height, char white, char black) in nk_font_bake_custom_data() 12967 NK_UNUSED(tex_height); in nk_font_bake_custom_data() 12972 for (y = 0, n = 0; y < tex_height; ++y) { in nk_font_bake_custom_data() 13786 atlas->tex_height = *height; in nk_font_atlas_bake() 13850 null->uv.y = (atlas->custom.y + 0.5f)/(float)atlas->tex_height; in nk_font_atlas_end() 13864 atlas->tex_height = 0; in nk_font_atlas_end() 12954 nk_font_bake_custom_data(void *img_memory, int img_width, int img_height, struct nk_recti img_dst, const char *texture_data_mask, int tex_width, int tex_height, char white, char black) nk_font_bake_custom_data() argument
|
Completed in 66 milliseconds