Searched refs:pot_depth (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_image.c | 90 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 D | lp_bld_sample.h | 144 unsigned pot_depth:1; member in struct:lp_static_texture_state
|
| H A D | lp_bld_sample_aos.c | 532 bld->static_texture_state->pot_depth, 919 bld->static_texture_state->pot_depth,
|
| H A D | lp_bld_sample_soa.c | 907 bld->static_texture_state->pot_depth, 1084 bld->static_texture_state->pot_depth,
|
| H A D | lp_bld_sample.c | 119 state->pot_depth = util_is_power_of_two_or_zero(texture->depth0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 176 unsigned pot_depth:1; member in struct:lp_static_texture_state
|
| H A D | lp_bld_sample_aos.c | 532 bld->static_texture_state->pot_depth, 910 bld->static_texture_state->pot_depth,
|
| H A D | lp_bld_sample.c | 119 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 D | lp_bld_sample_soa.c | 917 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 D | v3d_resource.c | 481 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 D | v3d_resource.c | 541 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 D | lp_state_cs.c | 682 texture->pot_depth); 697 image->pot_depth);
|
| H A D | lp_state_fs.c | 3483 texture->pot_depth); 3498 image->pot_depth);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 2793 texture->pot_depth);
|
Completed in 42 milliseconds