Searched refs:ac_build_fract (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 552 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0,
|
| H A D | ac_nir_to_llvm.c | 759 result = ac_build_fract(&ctx->ac, src[0], 2982 values[0] = ac_build_fract(&ctx->ac, pos[0], 32); 2983 values[1] = ac_build_fract(&ctx->ac, pos[1], 32);
|
| H A D | ac_llvm_build.c | 2558 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, function in typeref:typename:LLVMValueRef
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 452 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
|
| H A D | ac_nir_to_llvm.c | 3220 values[0] = ac_build_fract(&ctx->ac, pos[0], 32); 3221 values[1] = ac_build_fract(&ctx->ac, pos[1], 32);
|
| H A D | ac_llvm_build.c | 2542 LLVMValueRef ac_build_fract(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) function in typeref:typename:LLVMValueRef
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 398 ac_build_fract(&ctx->ac, emit_data->args[0], bitsize);
|
| H A D | si_shader.c | 2146 pos[0] = ac_build_fract(&ctx->ac, pos[0], 32); 2147 pos[1] = ac_build_fract(&ctx->ac, pos[1], 32);
|
Completed in 99 milliseconds