Searched refs:pot_depth (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_image.c90 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); local in function:v3d_setup_slices
126 level_depth = u_minify(pot_depth, i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h144 unsigned pot_depth:1; member in struct:lp_static_texture_state
H A Dlp_bld_sample_aos.c532 bld->static_texture_state->pot_depth,
919 bld->static_texture_state->pot_depth,
H A Dlp_bld_sample_soa.c907 bld->static_texture_state->pot_depth,
1084 bld->static_texture_state->pot_depth,
H A Dlp_bld_sample.c119 state->pot_depth = util_is_power_of_two_or_zero(texture->depth0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h176 unsigned pot_depth:1; member in struct:lp_static_texture_state
H A Dlp_bld_sample_aos.c532 bld->static_texture_state->pot_depth,
910 bld->static_texture_state->pot_depth,
H A Dlp_bld_sample.c119 state->pot_depth = util_is_power_of_two_or_zero(texture->depth0);
155 state->pot_depth = util_is_power_of_two_or_zero(resource->depth0);
H A Dlp_bld_sample_soa.c917 bld->static_texture_state->pot_depth,
1110 bld->static_texture_state->pot_depth,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c481 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); local in function:v3d_setup_slices
516 level_depth = u_minify(pot_depth, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c541 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1)); local in function:v3d_setup_slices
576 level_depth = u_minify(pot_depth, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c682 texture->pot_depth);
697 image->pot_depth);
H A Dlp_state_fs.c3483 texture->pot_depth);
3498 image->pot_depth);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2793 texture->pot_depth);

Completed in 42 milliseconds