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