Home
last modified time | relevance | path

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

/external/igt-gpu-tools/assembler/
Dgen8_instruction.c45 assert(reg.nr < BRW_MAX_GRF); in gen8_set_dst()
169 assert(reg.nr < BRW_MAX_GRF); in gen8_set_src0()
260 assert(reg.nr < BRW_MAX_GRF); in gen8_set_src1()
Dbrw_reg.h54 #define BRW_MAX_GRF 128 macro
192 assert(nr < BRW_MAX_GRF); in brw_reg()
/external/mesa3d/src/intel/compiler/
Dbrw_reg.h59 #define BRW_MAX_GRF 128 macro
417 assert(nr < BRW_MAX_GRF); in brw_reg()
Dbrw_vec4_reg_allocate.cpp95 compiler->devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in brw_vec4_alloc_reg_set()
Dbrw_fs_reg_allocate.cpp89 int base_reg_count = BRW_MAX_GRF; in brw_alloc_reg_set()
764 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START; in build_interference_graph()
Dbrw_vec4.cpp1060 vec4_instruction *last_grf_write[BRW_MAX_GRF]; in opt_set_dependency_control()
1061 uint8_t grf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
1062 vec4_instruction *last_mrf_write[BRW_MAX_GRF]; in opt_set_dependency_control()
1063 uint8_t mrf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
Dbrw_fs_bank_conflicts.cpp512 partitioning p(BRW_MAX_GRF); in shader_reg_partitioning()
Dbrw_fs_visitor.cpp962 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in init()
Dbrw_fs_scoreboard.cpp577 dependency grf_deps[BRW_MAX_GRF];
Dbrw_ir_performance.cpp75 dependency_id_mrf0 = dependency_id_grf0 + BRW_MAX_GRF,
Dbrw_vec4_visitor.cpp1786 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()