Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp831 int effective_width = i < inst->header_size ? 8 : inst->exec_size; in opt_copy_propagation_local() local
832 assert(effective_width * type_sz(inst->src[i].type) % REG_SIZE == 0); in opt_copy_propagation_local()
833 const unsigned size_written = effective_width * in opt_copy_propagation_local()