Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_layout.c362 unsigned effective_width = ALIGN_POT(util_format_get_nblocksx(layout->format, width), align_w); in pan_image_layout_init() local
372 unsigned row_stride = fmt_blocksize * effective_width * block_size.height; in pan_image_layout_init()
399 pan_afbc_row_stride(layout->modifier, effective_width); in pan_image_layout_init()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp1082 int effective_width = i < inst->header_size ? 8 : inst->exec_size; in opt_copy_propagation_local() local
1083 const unsigned size_written = effective_width * in opt_copy_propagation_local()

Completed in 3 milliseconds