Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_register_coalesce.cpp198 int dst_reg_offset[MAX_VGRF_SIZE]; in register_coalesce()
199 fs_inst *mov[MAX_VGRF_SIZE]; in register_coalesce()
200 int dst_var[MAX_VGRF_SIZE]; in register_coalesce()
201 int src_var[MAX_VGRF_SIZE]; in register_coalesce()
217 assert(src_size <= MAX_VGRF_SIZE); in register_coalesce()
Dbrw_vec4_reg_allocate.cpp103 const int class_count = MAX_VGRF_SIZE; in brw_vec4_alloc_reg_set()
104 int class_sizes[MAX_VGRF_SIZE]; in brw_vec4_alloc_reg_set()
179 assert(size >= 1 && size <= MAX_VGRF_SIZE); in reg_allocate()
Dbrw_ir.h33 #define MAX_VGRF_SIZE 16 macro
Dbrw_fs_reg_allocate.cpp116 const int class_count = MAX_VGRF_SIZE; in brw_alloc_reg_set()
117 int class_sizes[MAX_VGRF_SIZE]; in brw_alloc_reg_set()
118 for (unsigned i = 0; i < MAX_VGRF_SIZE; i++) in brw_alloc_reg_set()
Dbrw_fs.cpp2224 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()
2236 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()