HomeSort by: relevance | last modified time | path
    Searched defs:pot_height (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_image.c 89 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); local
120 level_height = u_minify(pot_height, i);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_resource.c 540 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); local
571 level_height = u_minify(pot_height, i);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_resource.c 378 uint32_t pot_height = util_next_power_of_two(height); local
392 level_height = u_minify(pot_height, i);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_resource.c 480 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); local
511 level_height = u_minify(pot_height, i);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_resource.c 351 uint32_t pot_height = util_next_power_of_two(height); local
365 level_height = u_minify(pot_height, i);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 143 unsigned pot_height:1; member in struct:lp_static_texture_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 175 unsigned pot_height:1; member in struct:lp_static_texture_state

Completed in 11 milliseconds