Home
last modified time | relevance | path

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

/external/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.cpp101 const int class_count = MAX_VGRF_SIZE; in brw_vec4_alloc_reg_set()
102 int class_sizes[MAX_VGRF_SIZE]; in brw_vec4_alloc_reg_set()
126 unsigned *q_values[MAX_VGRF_SIZE]; in brw_vec4_alloc_reg_set()
131 q_values[i] = new unsigned[MAX_VGRF_SIZE]; in brw_vec4_alloc_reg_set()
164 for (int i = 0; i < MAX_VGRF_SIZE; i++) in brw_vec4_alloc_reg_set()
213 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.cpp2065 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()
2077 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()