Searched refs:ac_build_umsb (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 436 LLVMValueRef ac_build_umsb(struct ac_llvm_context *ctx,
|
| H A D | ac_llvm_build.c | 2006 ac_build_umsb(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
|
| H A D | ac_nir_to_llvm.c | 928 result = ac_build_umsb(&ctx->ac, src[0], ctx->ac.i32);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 341 LLVMValueRef ac_build_umsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type);
|
| H A D | ac_llvm_build.c | 1858 LLVMValueRef ac_build_umsb(struct ac_llvm_context *ctx, LLVMValueRef arg, LLVMTypeRef dst_type) function in typeref:typename:LLVMValueRef
|
| H A D | ac_nir_to_llvm.c | 1051 result = ac_build_umsb(&ctx->ac, src[0], ctx->ac.i32);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 536 ac_build_umsb(&ctx->ac, emit_data->args[0], emit_data->dst_type);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 4342 - ac: fix ac_build_umsb() for 16-bit integer type 4346 - ac: add 8-bit support to ac_build_umsb()
|
Completed in 40 milliseconds