Home
last modified time | relevance | path

Searched defs:src_chan (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.h77 unsigned src_chan; member
Dlp_bld_nir.c1150 LLVMValueRef src_chan[NIR_MAX_VEC_COMPONENTS]; in visit_alu() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_alu_width.c399 unsigned src_chan = nir_op_infos[alu->op].input_sizes[i] == 1 ? 0 : chan + j; in lower_alu_instr_width() local