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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c3398 _ac_build_readlane(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMValueRef lane) function in typeref:typename:LLVMValueRef
3426 ret = _ac_build_readlane(ctx, src, lane);
3436 LLVMValueRef ret_comp = _ac_build_readlane(ctx, src, lane);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3375 static LLVMValueRef _ac_build_readlane(struct ac_llvm_context *ctx, LLVMValueRef src, function in typeref:typename:LLVMValueRef
3414 ret_comp = _ac_build_readlane(ctx, src, lane, with_opt_barrier);
3420 ret = _ac_build_readlane(ctx, src, lane, with_opt_barrier);

Completed in 14 milliseconds