Searched refs:ac_build_round (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_cull.c | 194 min = ac_build_round(ctx, min); 195 max = ac_build_round(ctx, max);
|
| H A D | ac_llvm_build.h | 210 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value);
|
| H A D | ac_llvm_build.c | 675 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 D | ac_nir_to_llvm.c | 4540 coord = ac_build_round(ctx, coord);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 183 LLVMValueRef ac_build_round(struct ac_llvm_context *ctx, LLVMValueRef value);
|
| H A D | ac_llvm_build.c | 620 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 D | ac_nir_to_llvm.c | 3658 coord = ac_build_round(ctx, coord);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_mem.c | 1535 args.coords[array_coord] = ac_build_round(&ctx->ac, args.coords[array_coord]);
|
Completed in 34 milliseconds