Searched refs:effective_width (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_texture.c200 unsigned effective_width = width; local in function:pan_image_layout_init
205 effective_width = ALIGN_POT(effective_width, tile_w) >> tile_shift;
219 unsigned stride = bytes_per_pixel * effective_width;
244 (effective_width / tile_w) *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c202 unsigned effective_width = width; local in function:panfrost_setup_slices
208 effective_width = ALIGN(effective_width, 16);
213 slice->stride = bytes_per_pixel * effective_width;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp846 int effective_width = i < inst->header_size ? 8 : inst->exec_size; local in function:fs_visitor::opt_copy_propagation_local
847 assert(effective_width * type_sz(inst->src[i].type) % REG_SIZE == 0);
848 const unsigned size_written = effective_width *
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp1028 int effective_width = i < inst->header_size ? 8 : inst->exec_size; local in function:fs_visitor::opt_copy_propagation_local
1029 assert(effective_width * type_sz(inst->src[i].type) % REG_SIZE == 0);
1030 const unsigned size_written = effective_width *

Completed in 11 milliseconds