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.cpp162 int dst_reg_offset[MAX_VGRF_SIZE]; in register_coalesce()
163 fs_inst *mov[MAX_VGRF_SIZE]; in register_coalesce()
164 int dst_var[MAX_VGRF_SIZE]; in register_coalesce()
165 int src_var[MAX_VGRF_SIZE]; in register_coalesce()
181 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()
214 assert(size >= 1 && size <= MAX_VGRF_SIZE); in reg_allocate()
Dbrw_fs_reg_allocate.cpp106 const int class_count = MAX_VGRF_SIZE; in brw_alloc_reg_set()
107 int class_sizes[MAX_VGRF_SIZE]; in brw_alloc_reg_set()
108 for (unsigned i = 0; i < MAX_VGRF_SIZE; i++) in brw_alloc_reg_set()
Dbrw_shader.h39 #define MAX_VGRF_SIZE 16 macro
Dbrw_fs.cpp1798 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()
1810 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()