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

  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 106 VGint tex_width; member in struct:renderer::__anon20075::__anon20076
111 VGint tex_width; member in struct:renderer::__anon20075::__anon20077
121 VGint tex_width, tex_height; member in struct:renderer::__anon20075::__anon20079
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/drm_hwcomposer/
glworker.cpp 321 float tex_width = layer.buffer->width; local
323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width,
325 layer.source_crop.right / 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/vulkan-validation-layers/demos/
cube.c 115 int32_t tex_width, tex_height; member in struct:texture_object
1061 int32_t tex_width; local
    [all...]
tri.c 112 int32_t tex_width, tex_height; member in struct:texture_object
807 const int32_t tex_width = 2; local
812 tex_obj->tex_width = tex_width;
820 .extent = {tex_width, tex_height, 1},
877 for (x = 0; x < tex_width; x++)
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 598 const int32_t tex_width = 32; local
606 image_create_info.extent.width = tex_width;
680 // const int32_t tex_width = 32;
688 // .extent = { tex_width, tex_height, 1 },
752 const int32_t tex_width = 32; local
760 image_create_info.extent.width = tex_width;
1032 const int32_t tex_width = 32; local
1104 const int32_t tex_width = 32; local
2183 const int32_t tex_width = 32; local
3559 const int32_t tex_width = 32; local
6116 const int32_t tex_width = 32; local
6229 const int32_t tex_width = 32; local
6286 const int32_t tex_width = 32; local
7065 const int32_t tex_width = 32; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1249 LLVMValueRef tex_width, tex_height, tex_depth; local
    [all...]

Completed in 234 milliseconds