Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alugroup.h87 static bool has_t() { return s_max_slots == 5;} in has_t() function
Dsfn_scheduler.cpp827 else if (AluGroup::has_t()) { in collect_ready_alu_vec()
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c643 const bool has_t = cfg->n[INTEL_L3P_T] || cfg->n[INTEL_L3P_RO] || in genX() local
664 l3sqc.ConvertT_UC = !has_t; in genX()
/third_party/python/Doc/tools/extensions/
Dpyspecific.py69 has_t, title, target = split_explicit_title(text)
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c1073 const bool has_t = cfg->n[INTEL_L3P_T] || cfg->n[INTEL_L3P_RO] || in setup_l3_config() local
1143 reg.ConvertT_UC = !has_t; in setup_l3_config()