Searched refs:pot_width (Results 1 - 16 of 16) 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
119 level_width = u_minify(pot_width, i);
/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
H A Dlp_bld_sample_aos.c512 bld->static_texture_state->pot_width,
869 bld->static_texture_state->pot_width,
H A Dlp_bld_sample_soa.c893 bld->static_texture_state->pot_width,
1062 bld->static_texture_state->pot_width,
H A Dlp_bld_sample.c117 state->pot_width = util_is_power_of_two_or_zero(texture->width0);
/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
H A Dlp_bld_sample_aos.c512 bld->static_texture_state->pot_width,
860 bld->static_texture_state->pot_width,
H A Dlp_bld_sample.c117 state->pot_width = util_is_power_of_two_or_zero(texture->width0);
153 state->pot_width = util_is_power_of_two_or_zero(resource->width0);
H A Dlp_bld_sample_soa.c903 bld->static_texture_state->pot_width,
1088 bld->static_texture_state->pot_width,
/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
510 level_width = u_minify(pot_width, i);
/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
364 level_width = u_minify(pot_width, i);
/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
570 level_width = u_minify(pot_width, i);
/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
391 level_width = u_minify(pot_width, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c680 texture->pot_width,
695 image->pot_width,
H A Dlp_state_fs.c3481 texture->pot_width,
3496 image->pot_width,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2791 texture->pot_width,

Completed in 51 milliseconds