Searched refs:pot_height (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_image.c | 90 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local 121 level_height = u_minify(pot_height, i); in v3d_setup_slices()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 174 unsigned pot_height:1; member
|
D | lp_bld_sample_aos.c | 522 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest() 899 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
|
D | lp_bld_sample.c | 118 state->pot_height = util_is_power_of_two_or_zero(texture->height0); in lp_sampler_static_texture_state() 154 state->pot_height = util_is_power_of_two_or_zero(resource->height0); in lp_sampler_static_texture_state_image()
|
D | lp_bld_sample_soa.c | 909 bld->static_texture_state->pot_height, in lp_build_sample_image_nearest() 1098 bld->static_texture_state->pot_height, in lp_build_sample_image_linear()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.c | 511 uint32_t pot_height = 2 * util_next_power_of_two(u_minify(height, 1)); in v3d_setup_slices() local 542 level_height = u_minify(pot_height, i); in v3d_setup_slices()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 350 uint32_t pot_height = util_next_power_of_two(height); in vc4_setup_slices() local 364 level_height = u_minify(pot_height, i); in vc4_setup_slices()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_cs.c | 649 texture->pot_height, in dump_cs_variant_key() 664 image->pot_height, in dump_cs_variant_key()
|
D | lp_state_fs.c | 3413 texture->pot_height, in dump_fs_variant_key() 3428 image->pot_height, in dump_fs_variant_key()
|