Searched refs:ac_build_round (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c194 min = ac_build_round(ctx, min);
195 max = ac_build_round(ctx, max);
H A Dac_llvm_build.h210 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value);
H A Dac_llvm_build.c675 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value) function in typeref:typename:LLVMValueRef
846 LLVMValueRef tmp = ac_build_round(ctx, coords_arg[3]);
H A Dac_nir_to_llvm.c4540 coord = ac_build_round(ctx, coord);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h183 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value);
H A Dac_llvm_build.c620 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value) function in typeref:typename:LLVMValueRef
815 LLVMValueRef tmp = ac_build_round(ctx, coords_arg[3]);
H A Dac_nir_to_llvm.c3658 coord = ac_build_round(ctx, coord);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1535 args.coords[array_coord] = ac_build_round(&ctx->ac, args.coords[array_coord]);

Completed in 34 milliseconds