Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_reg.h58 #define BRW_MAX_GRF 128 macro
368 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.cpp991 vec4_instruction *last_grf_write[BRW_MAX_GRF]; in opt_set_dependency_control()
992 uint8_t grf_channels_written[BRW_MAX_GRF]; in opt_set_dependency_control()
993 vec4_instruction *last_mrf_write[BRW_MAX_GRF]; in opt_set_dependency_control()
994 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_visitor.cpp934 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in init()
Dbrw_vec4_visitor.cpp1883 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()