Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h414 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a);
Dac_nir_to_llvm.c1522 LLVMValueRef size = ac_build_image_opcode(ctx, &resinfo); in lower_gather4_integer()
1551 result = ac_build_image_opcode(ctx, args); in lower_gather4_integer()
1670 return ac_build_image_opcode(&ctx->ac, args); in build_tex_intrinsic()
2644 res = ac_build_image_opcode(&ctx->ac, &args); in visit_image_load()
2733 ac_build_image_opcode(&ctx->ac, &args); in visit_image_store()
2888 result = ac_build_image_opcode(&ctx->ac, &args); in visit_image_atomic()
2954 res = ac_build_image_opcode(&ctx->ac, &args); in visit_image_size()
Dac_llvm_build.c2100 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a) in ac_build_image_opcode() function
3111 LLVMValueRef fmask_value = ac_build_image_opcode(ac, &fmask_load); in ac_apply_fmask_to_sample()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c111 return ac_build_image_opcode(&ctx->ac, &args); in si_nir_emit_fbfetch()