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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1283 LLVMValueRef tmpsrc[4]; local in function:convert_to_blend_type
1307 tmpsrc[i] = src[i];
1311 LLVMValueRef tmps = tmpsrc[i];
1316 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1862 LLVMValueRef tmpsrc[4]; local in function:convert_to_blend_type
1886 tmpsrc[i] = src[i];
1890 LLVMValueRef tmps = tmpsrc[i];
1895 tmps = lp_build_concat(gallivm, &tmpsrc[i * 2], src_type, 2);

Completed in 52 milliseconds