Home
last modified time | relevance | path

Searched refs:ac_build_image_opcode (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_build.h312 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx,
Dac_nir_to_llvm.c2212 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()
Dac_llvm_build.c1346 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, in ac_build_image_opcode() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1078 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()