Searched defs:soa_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c547 unsigned num_attribs, const struct lp_type soa_type)
550 struct lp_type aos_channel_type = soa_type;
553 debug_assert((soa_type.length % TGSI_NUM_CHANNELS) == 0);
559 unsigned pixels_per_channel = soa_type.length / TGSI_NUM_CHANNELS;
573 lp_build_transpose_aos(gallivm, soa_type, aos_channels, dst_soa[i]);
607 struct lp_type soa_type,
619 int vector_length = soa_type.length;
642 val = lp_build_const_int_vec(gallivm, lp_int_type(soa_type), vertex_id_pad_edgeflag);
669 struct lp_type soa_type,
701 if (soa_type
544 convert_to_soa(struct gallivm_state *gallivm, LLVMValueRef (*src_aos)[LP_MAX_VECTOR_WIDTH / 32], LLVMValueRef (*dst_soa)[TGSI_NUM_CHANNELS], unsigned num_attribs, const struct lp_type soa_type) argument
606 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMValueRef io_ptr, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean have_clipdist) argument
664 convert_to_aos(struct gallivm_state *gallivm, LLVMValueRef io, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean have_clipdist) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c547 unsigned num_attribs, const struct lp_type soa_type)
550 struct lp_type aos_channel_type = soa_type;
553 debug_assert((soa_type.length % TGSI_NUM_CHANNELS) == 0);
559 unsigned pixels_per_channel = soa_type.length / TGSI_NUM_CHANNELS;
573 lp_build_transpose_aos(gallivm, soa_type, aos_channels, dst_soa[i]);
607 struct lp_type soa_type,
619 int vector_length = soa_type.length;
642 val = lp_build_const_int_vec(gallivm, lp_int_type(soa_type), vertex_id_pad_edgeflag);
669 struct lp_type soa_type,
701 if (soa_type
544 convert_to_soa(struct gallivm_state *gallivm, LLVMValueRef (*src_aos)[LP_MAX_VECTOR_WIDTH / 32], LLVMValueRef (*dst_soa)[TGSI_NUM_CHANNELS], unsigned num_attribs, const struct lp_type soa_type) argument
606 store_aos_array(struct gallivm_state *gallivm, struct lp_type soa_type, LLVMValueRef io_ptr, LLVMValueRef* aos, int attrib, int num_outputs, LLVMValueRef clipmask, boolean have_clipdist) argument
664 convert_to_aos(struct gallivm_state *gallivm, LLVMValueRef io, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef clipmask, int num_outputs, struct lp_type soa_type, boolean have_clipdist) argument
[all...]

Completed in 112 milliseconds