Searched defs:pot_width (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_image.c88 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); local in function:v3d_setup_slices
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c479 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); local in function:v3d_setup_slices
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c350 uint32_t pot_width = util_next_power_of_two(width); local in function:vc4_setup_slices
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h142 unsigned pot_width:1; /**< is the width a power of two? */ member in struct:lp_static_texture_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c539 uint32_t pot_width = 2 * util_next_power_of_two(u_minify(width, 1)); local in function:v3d_setup_slices
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c377 uint32_t pot_width = util_next_power_of_two(width); local in function:vc4_setup_slices
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h174 unsigned pot_width:1; /**< is the width a power of two? */ member in struct:lp_static_texture_state

Completed in 16 milliseconds