H A D | draw_llvm.c | 1791 LLVMValueRef mask_vec, LLVMValueRef stream_id) in draw_gs_llvm_emit_vertex() 1807 LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(gallivm, bld->type, 0), ""); in draw_gs_llvm_emit_vertex() 1842 LLVMValueRef mask_vec, unsigned stream) in draw_gs_llvm_end_primitive() 1852 LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(gallivm, bld->type, 0), ""); in draw_gs_llvm_end_primitive() 3237 LLVMValueRef mask_vec) in draw_tcs_llvm_emit_store_output() 3279 LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(gallivm, bld->type, 0), ""); in draw_tcs_llvm_emit_store_output() 3296 LLVMValueRef cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, mask_vec, lp_build_const_int_vec(gallivm, bld->type, 0), ""); in draw_tcs_llvm_emit_store_output() 1787 draw_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, struct lp_build_context * bld, LLVMValueRef (*outputs)[4], LLVMValueRef emitted_vertices_vec, LLVMValueRef mask_vec, LLVMValueRef stream_id) draw_gs_llvm_emit_vertex() argument 1837 draw_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base, struct lp_build_context * bld, LLVMValueRef total_emitted_vertices_vec_ptr, LLVMValueRef verts_per_prim_vec, LLVMValueRef emitted_prims_vec, LLVMValueRef mask_vec, unsigned stream) draw_gs_llvm_end_primitive() argument 3227 draw_tcs_llvm_emit_store_output(const struct lp_build_tcs_iface *tes_iface, struct lp_build_context *bld, unsigned name, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, boolean is_sindex_indirect, LLVMValueRef swizzle_index, LLVMValueRef value, LLVMValueRef mask_vec) draw_tcs_llvm_emit_store_output() argument
|