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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c584 ac_build_image_opcode(&ctx->ac, &args);
777 ac_build_image_opcode(&ctx->ac, &args);
952 ac_to_float(&ctx->ac, ac_build_image_opcode(&ctx->ac, &args));
1052 fix_resinfo(ctx, target, ac_build_image_opcode(&ctx->ac, &args));
1283 ac_build_image_opcode(&ctx->ac, &resinfo));
1703 LLVMValueRef result = ac_build_image_opcode(&ctx->ac, &args);
1797 ac_build_image_opcode(&ctx->ac, &args);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h528 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx,
H A Dac_nir_to_llvm.c1213 LLVMValueRef size = ac_build_image_opcode(ctx, &txq_args);
1283 result = ac_build_image_opcode(ctx, args);
1415 return ac_build_image_opcode(&ctx->ac, args);
2509 res = ac_build_image_opcode(&ctx->ac, &args);
2566 ac_build_image_opcode(&ctx->ac, &args);
2688 return ac_build_image_opcode(&ctx->ac, &args);
2715 return ac_build_image_opcode(&ctx->ac, &args);
2747 res = ac_build_image_opcode(&ctx->ac, &args);
H A Dac_llvm_build.c2233 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
3369 LLVMValueRef fmask_value = ac_build_image_opcode(ac, &fmask_load);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h430 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a);
H A Dac_nir_to_llvm.c1454 LLVMValueRef size = ac_build_image_opcode(ctx, &resinfo);
1483 result = ac_build_image_opcode(ctx, args);
1623 return ac_build_image_opcode(&ctx->ac, args);
2585 res = ac_build_image_opcode(&ctx->ac, &args);
2674 ac_build_image_opcode(&ctx->ac, &args);
2829 result = ac_build_image_opcode(&ctx->ac, &args);
2895 res = ac_build_image_opcode(&ctx->ac, &args);
H A Dac_llvm_build.c2087 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a) function in typeref:typename:LLVMValueRef
3348 LLVMValueRef fmask_value = ac_build_image_opcode(ac, &fmask_load);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c113 return ac_build_image_opcode(&ctx->ac, &args);

Completed in 34 milliseconds