Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp483 is_grf(const fs_reg &r) in is_grf() function
497 assert(is_grf(r)); in reg_of()
515 if (is_grf(inst->dst)) in shader_reg_partitioning()
519 if (is_grf(inst->src[i])) in shader_reg_partitioning()
554 (is_grf(inst->src[i]) && inst->eot)) in shader_reg_constraints()
583 ((is_grf(inst->src[0]) && (reg_of(inst->src[0]) == reg_of(inst->src[1]) || in is_conflict_optimized_out()
628 is_grf(inst->src[1]) && is_grf(inst->src[2])) { in shader_conflict_weight_matrix()
927 is_grf(inst->src[1]) && is_grf(inst->src[2]) && in bank_conflict_cycles()