HomeSort by relevance Sort by last modified time
    Searched refs:FIXED_GRF (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_ir_fs.h 89 case FIXED_GRF: {
119 case FIXED_GRF:
137 case FIXED_GRF:
184 (r.file == ARF || r.file == FIXED_GRF ? r.subnr : 0);
195 const unsigned stride = ((r.file != ARF && r.file != FIXED_GRF) ? r.stride :
259 } else if (reg.file == ARF || reg.file == FIXED_GRF) {
296 if (reg.file == ARF || reg.file == FIXED_GRF) {
brw_shader.h 49 assert(file == ARF || file == FIXED_GRF || file == MRF || file == IMM);
56 assert(file == ARF || file == FIXED_GRF || file == MRF || file == IMM);
brw_schedule_instructions.cpp 615 } else if (inst->src[i].file == FIXED_GRF) {
699 } else if (inst->src[i].file == FIXED_GRF &&
728 if (inst->src[i].file == FIXED_GRF &&
    [all...]
brw_ir_vec4.h 84 case FIXED_GRF: {
235 (r.file == ARF || r.file == FIXED_GRF ? r.subnr : 0);
brw_fs_bank_conflicts.cpp 485 return r.file == VGRF || r.file == FIXED_GRF;
549 if (inst->dst.file == FIXED_GRF)
553 if (inst->src[i].file == FIXED_GRF ||
brw_vec4_cse.cpp 150 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) ||
brw_vec4.cpp 504 inst->dst.file == FIXED_GRF ||
1072 } else if (inst->src[i].file == FIXED_GRF) {
    [all...]
brw_eu_defines.h 836 FIXED_GRF = BRW_GENERAL_REGISTER_FILE,
    [all...]
brw_fs_cse.cpp 252 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) ||
brw_fs.cpp 74 case FIXED_GRF:
449 const unsigned stride = ((file != ARF && file != FIXED_GRF) ? this->stride :
867 case FIXED_GRF:
    [all...]
brw_fs_reg_allocate.cpp 355 /* Note that UNIFORM args have been turned into FIXED_GRF by
360 if (inst->src[i].file == FIXED_GRF) {
    [all...]
brw_fs_generator.cpp 40 case FIXED_GRF:
146 case FIXED_GRF:
    [all...]

Completed in 447 milliseconds