Searched refs:pot_height (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_image.c89 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); local in function:v3d_setup_slices
120 level_height = u_minify(pot_height, i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h143 unsigned pot_height:1; member in struct:lp_static_texture_state
H A Dlp_bld_sample_aos.c522 bld->static_texture_state->pot_height,
899 bld->static_texture_state->pot_height,
H A Dlp_bld_sample_soa.c900 bld->static_texture_state->pot_height,
1073 bld->static_texture_state->pot_height,
H A Dlp_bld_sample.c118 state->pot_height = util_is_power_of_two_or_zero(texture->height0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h175 unsigned pot_height:1; member in struct:lp_static_texture_state
H A Dlp_bld_sample_aos.c522 bld->static_texture_state->pot_height,
890 bld->static_texture_state->pot_height,
H A Dlp_bld_sample.c118 state->pot_height = util_is_power_of_two_or_zero(texture->height0);
154 state->pot_height = util_is_power_of_two_or_zero(resource->height0);
H A Dlp_bld_sample_soa.c910 bld->static_texture_state->pot_height,
1099 bld->static_texture_state->pot_height,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c480 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); local in function:v3d_setup_slices
511 level_height = u_minify(pot_height, i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c351 uint32_t pot_height = util_next_power_of_two(height); local in function:vc4_setup_slices
365 level_height = u_minify(pot_height, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c540 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); local in function:v3d_setup_slices
571 level_height = u_minify(pot_height, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c378 uint32_t pot_height = util_next_power_of_two(height); local in function:vc4_setup_slices
392 level_height = u_minify(pot_height, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c681 texture->pot_height,
696 image->pot_height,
H A Dlp_state_fs.c3482 texture->pot_height,
3497 image->pot_height,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2792 texture->pot_height,

Completed in 47 milliseconds