Searched refs:ac_build_image_opcode (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 415 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a);
|
D | ac_nir_to_llvm.c | 1334 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()
|
D | ac_llvm_build.c | 2077 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/ |
D | si_shader_llvm_ps.c | 113 return ac_build_image_opcode(&ctx->ac, &args); in si_nir_emit_fbfetch()
|