HomeSort by relevance Sort by last modified time
    Searched refs:tex_width (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
renderer.c 106 VGint tex_width; member in struct:renderer::__anon14945::__anon14946
111 VGint tex_width; member in struct:renderer::__anon14945::__anon14947
121 VGint tex_width, tex_height; member in struct:renderer::__anon14945::__anon14949
533 VGint tex_width, VGint tex_height)
538 s0 = x0 / tex_width;
539 s1 = x1 / tex_width;
610 renderer->u.copy.tex_width = src->texture->width0;
632 renderer->u.copy.tex_width,
683 renderer->u.drawtex.tex_width = src->texture->width0;
705 renderer->u.drawtex.tex_width,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 106 VGint tex_width; member in struct:renderer::__anon25287::__anon25288
111 VGint tex_width; member in struct:renderer::__anon25287::__anon25289
121 VGint tex_width, tex_height; member in struct:renderer::__anon25287::__anon25291
533 VGint tex_width, VGint tex_height)
538 s0 = x0 / tex_width;
539 s1 = x1 / tex_width;
610 renderer->u.copy.tex_width = src->texture->width0;
632 renderer->u.copy.tex_width,
683 renderer->u.drawtex.tex_width = src->texture->width0;
705 renderer->u.drawtex.tex_width,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.c 796 size_match( int width, int tex_width )
799 if (width > tex_width)
802 if (width * 2 < tex_width)
807 return width == tex_width;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c 796 size_match( int width, int tex_width )
799 if (width > tex_width)
802 if (width * 2 < tex_width)
807 return width == tex_width;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1249 LLVMValueRef tex_width, tex_height, tex_depth; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1249 LLVMValueRef tex_width, tex_height, tex_depth; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 7635 GLsizei tex_width = 0; local
7961 GLsizei tex_width = 0; local
8472 GLsizei tex_width = 0; local
    [all...]

Completed in 181 milliseconds