Searched refs:tex_height (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 107 VGint tex_height; member 112 VGint tex_height; member 121 VGint tex_width, tex_height; member 533 VGint tex_width, VGint tex_height) in renderer_quad_texcoord() argument 540 t0 = y0 / tex_height; in renderer_quad_texcoord() 541 t1 = y1 / tex_height; in renderer_quad_texcoord() 611 renderer->u.copy.tex_height = src->texture->height0; in renderer_copy_begin() 633 renderer->u.copy.tex_height); in renderer_copy() 684 renderer->u.drawtex.tex_height = src->texture->height0; in renderer_drawtex_begin() 706 renderer->u.drawtex.tex_height); in renderer_drawtex() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 1249 LLVMValueRef tex_width, tex_height, tex_depth; in lp_build_sample_soa() local 1297 tex_height = dynamic_state->height(dynamic_state, gallivm, unit); in lp_build_sample_soa() 1317 tex_height, LLVMConstInt(i32t, 1, 0), ""); in lp_build_sample_soa()
|