| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_image.c | 88 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 D | lp_bld_sample.h | 142 unsigned pot_width:1; /**< is the width a power of two? */ member in struct:lp_static_texture_state
|
| H A D | lp_bld_sample_aos.c | 512 bld->static_texture_state->pot_width, 869 bld->static_texture_state->pot_width,
|
| H A D | lp_bld_sample_soa.c | 893 bld->static_texture_state->pot_width, 1062 bld->static_texture_state->pot_width,
|
| H A D | lp_bld_sample.c | 117 state->pot_width = util_is_power_of_two_or_zero(texture->width0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 174 unsigned pot_width:1; /**< is the width a power of two? */ member in struct:lp_static_texture_state
|
| H A D | lp_bld_sample_aos.c | 512 bld->static_texture_state->pot_width, 860 bld->static_texture_state->pot_width,
|
| H A D | lp_bld_sample.c | 117 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 D | lp_bld_sample_soa.c | 903 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 D | v3d_resource.c | 479 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 D | vc4_resource.c | 350 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 D | v3d_resource.c | 539 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 D | vc4_resource.c | 377 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 D | lp_state_cs.c | 680 texture->pot_width, 695 image->pot_width,
|
| H A D | lp_state_fs.c | 3481 texture->pot_width, 3496 image->pot_width,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 2791 texture->pot_width,
|