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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp4326 const unsigned block_sz = 64; /* Fetch one cacheline at a time. */ local in function:fs_visitor::nir_emit_intrinsic
4327 const fs_builder ubld = bld.exec_all().group(block_sz / 4, 0);
4334 (block_sz - base % block_sz) / type_size);
4338 brw_imm_ud(base & ~(block_sz - 1)));
4341 retype(byte_offset(packed_consts, base & (block_sz - 1)),
H A Dbrw_fs.cpp2447 const unsigned block_sz = 64; /* Fetch one cacheline at a time. */ local in function:fs_visitor::lower_constant_loads
2448 const fs_builder ubld = ibld.exec_all().group(block_sz / 4, 0);
2453 dst, brw_imm_ud(index), brw_imm_ud(base & ~(block_sz - 1)));
2458 inst->src[i].offset = (base & (block_sz - 1)) +
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp4759 const unsigned block_sz = 64; /* Fetch one cacheline at a time. */ local in function:fs_visitor::nir_emit_intrinsic
4760 const fs_builder ubld = bld.exec_all().group(block_sz / 4, 0);
4767 (block_sz - base % block_sz) / type_size);
4771 brw_imm_ud(base & ~(block_sz - 1)));
4774 retype(byte_offset(packed_consts, base & (block_sz - 1)),
H A Dbrw_fs.cpp2745 const unsigned block_sz = 64; /* Fetch one cacheline at a time. */ local in function:fs_visitor::lower_constant_loads
2746 const fs_builder ubld = ibld.exec_all().group(block_sz / 4, 0);
2751 dst, brw_imm_ud(index), brw_imm_ud(base & ~(block_sz - 1)));
2756 inst->src[i].offset = (base & (block_sz - 1)) +

Completed in 38 milliseconds