Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h77 unsigned src_chan; member
H A Dlp_bld_nir.c1130 LLVMValueRef src_chan[NIR_MAX_VEC_COMPONENTS]; in visit_alu() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A 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