Home
last modified time | relevance | path

Searched refs:effective_width (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c329 unsigned effective_width = width; in panfrost_setup_slices() local
334 effective_width = ALIGN_POT(effective_width, 16); in panfrost_setup_slices()
348 unsigned stride = bytes_per_pixel * effective_width; in panfrost_setup_slices()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp986 int effective_width = i < inst->header_size ? 8 : inst->exec_size; in opt_copy_propagation_local() local
987 assert(effective_width * type_sz(inst->src[i].type) % REG_SIZE == 0); in opt_copy_propagation_local()
988 const unsigned size_written = effective_width * in opt_copy_propagation_local()