Home
last modified time | relevance | path

Searched refs:BRW_MAX_GRF (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_reg.h59 #define BRW_MAX_GRF 128 macro
358 assert(nr < BRW_MAX_GRF); in brw_reg()
Dbrw_fs_reg_allocate.cpp79 int base_reg_count = BRW_MAX_GRF; in brw_alloc_reg_set()
550 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START; in assign_regs()
Dbrw_vec4.cpp1052 vec4_instruction *last_grf_write[BRW_MAX_GRF]; in opt_set_dependency_control()
1053 uint8_t grf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
1054 vec4_instruction *last_mrf_write[BRW_MAX_GRF]; in opt_set_dependency_control()
1055 uint8_t mrf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
Dbrw_vec4_reg_allocate.cpp95 compiler->devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in brw_vec4_alloc_reg_set()
Dbrw_fs_bank_conflicts.cpp512 partitioning p(BRW_MAX_GRF); in shader_reg_partitioning()
Dbrw_fs_visitor.cpp887 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in init()
Dbrw_vec4_visitor.cpp1884 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()