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

  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 107 VGint tex_height; member in struct:renderer::__anon20075::__anon20076
112 VGint tex_height; 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)
540 t0 = y0 / tex_height;
541 t1 = y1 / tex_height;
611 renderer->u.copy.tex_height = src->texture->height0;
633 renderer->u.copy.tex_height);
684 renderer->u.drawtex.tex_height = src->texture->height0;
706 renderer->u.drawtex.tex_height);
    [all...]
  /external/drm_hwcomposer/
glworker.cpp 322 float tex_height = layer.buffer->height; local
324 layer.source_crop.top / tex_height,
326 layer.source_crop.bottom / tex_height);
  /external/vulkan-validation-layers/demos/
cube.c 115 int32_t tex_width, tex_height; member in struct:texture_object
1062 int32_t tex_height; local
    [all...]
tri.c 112 int32_t tex_width, tex_height; member in struct:texture_object
808 const int32_t tex_height = 2; local
813 tex_obj->tex_height = tex_height;
820 .extent = {tex_width, tex_height, 1},
875 for (y = 0; y < tex_height; y++) {
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 599 const int32_t tex_height = 32; local
607 image_create_info.extent.height = tex_height;
681 // const int32_t tex_height = 32;
688 // .extent = { tex_width, tex_height, 1 },
753 const int32_t tex_height = 32; local
761 image_create_info.extent.height = tex_height;
1033 const int32_t tex_height = 32; local
1105 const int32_t tex_height = 32; local
2184 const int32_t tex_height = 32; local
3560 const int32_t tex_height = 32; local
6117 const int32_t tex_height = 32; local
6230 const int32_t tex_height = 32; local
6287 const int32_t tex_height = 32; local
7066 const int32_t tex_height = 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 199 milliseconds