Searched refs:ac_build_image_opcode (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 312 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx,
|
D | ac_nir_to_llvm.c | 2212 LLVMValueRef size = ac_build_image_opcode(ctx, &txq_args); in radv_lower_gather4_integer() 2283 result = ac_build_image_opcode(ctx, args); in radv_lower_gather4_integer() 2378 return ac_build_image_opcode(&ctx->ac, args); in build_tex_intrinsic() 3489 res = ac_build_image_opcode(ctx, &args); in adjust_sample_index_using_fmask() 3867 res = ac_build_image_opcode(&ctx->ac, &args); in visit_image_size()
|
D | ac_llvm_build.c | 1346 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, in ac_build_image_opcode() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 1078 out = ac_build_image_opcode(&ctx->ac, &args); in resq_emit() 1256 LLVMValueRef result = ac_build_image_opcode(&ctx->ac, &args); in txq_emit() 1900 ac_build_image_opcode(&ctx->ac, &args); in build_tex_intrinsic()
|