Searched refs:MAX_VGRF_SIZE (Results 1 – 5 of 5) sorted by relevance
198 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()
101 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()
33 #define MAX_VGRF_SIZE 16 macro
116 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()
2065 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()2077 assert(offset <= MAX_VGRF_SIZE); in split_virtual_grfs()