Searched defs:ac_image_args (Results 1 – 1 of 1) sorted by relevance
388 struct ac_image_args { struct389 enum ac_image_opcode opcode;390 enum ac_atomic_op atomic; /* for the ac_image_atomic opcode */414 LLVMValueRef ac_build_image_opcode(struct ac_llvm_context *ctx, struct ac_image_args *a); argument