Searched defs:mask_vec (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_logic.c | 484 LLVMValueRef mask_vec = lp_build_const_mask_aos(bld->gallivm, in lp_build_select_aos() local
|
H A D | lp_bld_tgsi_soa.c | 116 mask_vec(struct lp_build_tgsi_context *bld_base) in mask_vec() function [all...] |
H A D | lp_bld_nir_soa.c | 60 mask_vec(struct lp_build_nir_context *bld_base) in mask_vec() function [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 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
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 3229 LLVMValueRef mask_vec = LLVMBuildBitCast(ctx->builder, mask, ctx->v2i32, ""); in ac_build_mbcnt_add() local
|
Completed in 26 milliseconds