Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h415 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a);
Dac_nir_to_llvm.c1334 LLVMValueRef size = ac_build_image_opcode(ctx, &resinfo); in lower_gather4_integer()
1363 result = ac_build_image_opcode(ctx, args); in lower_gather4_integer()
1489 return ac_build_image_opcode(&ctx->ac, args); in build_tex_intrinsic()
2449 res = ac_build_image_opcode(&ctx->ac, &args); in visit_image_load()
2530 ac_build_image_opcode(&ctx->ac, &args); in visit_image_store()
2681 result = ac_build_image_opcode(&ctx->ac, &args); in visit_image_atomic()
2735 res = ac_build_image_opcode(&ctx->ac, &args); in visit_image_size()
Dac_llvm_build.c2077 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a) in ac_build_image_opcode() function
3276 LLVMValueRef fmask_value = ac_build_image_opcode(ac, &fmask_load); in ac_apply_fmask_to_sample()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c113 return ac_build_image_opcode(&ctx->ac, &args); in si_nir_emit_fbfetch()