Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c955 generate_vs(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], const struct lp_bld_tgsi_system_values *system_values, LLVMValueRef context_ptr, const struct lp_build_sampler_soa *draw_sampler, const struct lp_build_image_soa *draw_image, boolean clamp_vertex_color, struct lp_build_mask_context *bld_mask) generate_vs() argument
1017 fetch_instanced(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type vs_type, LLVMValueRef vb_stride, LLVMValueRef map_ptr, LLVMValueRef buffer_size_adj, LLVMValueRef *inputs, LLVMValueRef index) fetch_instanced() argument
1075 fetch_vector(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type vs_type, LLVMValueRef vb_stride, LLVMValueRef map_ptr, LLVMValueRef buffer_size_adj, LLVMValueRef *inputs, LLVMValueRef indices) fetch_vector() argument
1376 store_clip(struct gallivm_state *gallivm, const struct lp_type vs_type, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], int idx) store_clip() argument
1431 generate_viewport(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef context_ptr) generate_viewport() argument
1492 generate_clipmask(struct draw_llvm *llvm, struct gallivm_state *gallivm, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct draw_llvm_variant_key *key, LLVMTypeRef context_type, LLVMValueRef context_ptr, boolean *have_clipdist) generate_clipmask() argument
1694 clipmask_booli8(struct gallivm_state *gallivm, const struct lp_type vs_type, LLVMValueRef clipmask_bool_ptr, boolean edgeflag_in_clipmask) clipmask_booli8() argument
1909 struct lp_type vs_type; draw_llvm_generate() local
[all...]

Completed in 7 milliseconds