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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c3654 static LLVMValueRef apply_round_slice(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
3830 args.coords[1] = apply_round_slice(&ctx->ac, args.coords[1]);
3840 args.coords[2] = apply_round_slice(&ctx->ac, args.coords[2]);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c4537 static LLVMValueRef apply_round_slice(struct ac_llvm_context *ctx, LLVMValueRef coord) function in typeref:typename:LLVMValueRef
4745 args.coords[1] = apply_round_slice(&ctx->ac, args.coords[1]);
4754 args.coords[2] = apply_round_slice(&ctx->ac, args.coords[2]);

Completed in 15 milliseconds