Searched refs:array_of_vars (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c836 LLVMValueRef (*array_of_vars)[TGSI_NUM_CHANNELS]; local in function:get_file_ptr
841 array_of_vars = bld->temps;
845 array_of_vars = bld->outputs;
868 return array_of_vars[index][chan];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c447 LLVMValueRef (*array_of_vars)[TGSI_NUM_CHANNELS]; local in function:get_file_ptr
452 array_of_vars = bld->temps;
456 array_of_vars = bld->outputs;
479 return array_of_vars[index][chan];

Completed in 13 milliseconds