Searched defs:soa_type (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 50 convert_to_soa(struct gallivm_state *gallivm, LLVMValueRef src_aos[LP_MAX_VECTOR_WIDTH / 32], LLVMValueRef dst_soa[4], const struct lp_type soa_type) convert_to_soa() argument
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1226 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef *indices, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean need_edgeflag) store_aos_array() argument 1297 convert_to_aos(struct gallivm_state *gallivm, LLVMTypeRef io_type, LLVMValueRef io, LLVMValueRef *indices, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean need_edgeflag) convert_to_aos() argument [all...] |
Completed in 6 milliseconds