Searched refs:vote (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int64.c1116 nir_intrinsic_instr *vote = local in function:build_vote_ieq
1118 vote->src[0] = nir_src_for_ssa(x);
1119 vote->num_components = x->num_components;
1120 nir_ssa_dest_init(&vote->instr, &vote->dest, 1, 1, NULL);
1121 nir_builder_instr_insert(b, &vote->instr);
1122 return &vote->dest.ssa;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.3.rst95 - nir: Get rid of the variable on vote intrinsics
H A D17.2.6.rst122 - intel/fs: Use an explicit D type for vote any/all/eq intrinsics
H A D18.3.0.rst256 - [vulkancts] dEQP-VK.subgroups.vote.graphics.subgroupallequal.\*
H A D21.1.0.rst1619 - gallivm: add subgroup vote 64-bit and feq support.
3964 - zink: add spirv_builder wrapper for vote intrinsics
3965 - zink: handle vote intrinsics in ntv
H A D19.3.0.rst679 - anv: Enable VK_EXT_shader_subgroup_{ballot,vote}
H A D20.0.0.rst164 func.shader-subgroup-vote.basic.q0
H A D19.1.0.rst2448 - nv50/ir/nir: implement vote and ballot
H A D20.1.0.rst1374 - gallivm: fix left over shader vote debug
H A D20.3.0.rst2858 - nir: Move constant folding of vote to opt_constant_folding
H A D21.2.0.rst2324 - zink: only enable vote if we can support it
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h193 void (*vote)(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef dst[4]); member in struct:lp_build_nir_context
H A Dlp_bld_nir.c1892 bld_base->vote(bld_base, cast_type(bld_base, get_src(bld_base, instr->src[0]), nir_type_int, nir_src_bit_size(instr->src[0])), instr, result);
H A Dlp_bld_nir_soa.c2500 bld.bld_base.vote = emit_vote;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp803 vote(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
4399 _vote("__intrinsic_vote_any", vote),
4403 _vote("__intrinsic_vote_all", vote),
4407 _vote("__intrinsic_vote_eq", vote),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp752 vote(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
4169 _vote("__intrinsic_vote_any", vote),
4173 _vote("__intrinsic_vote_all", vote),
4177 _vote("__intrinsic_vote_eq", vote),

Completed in 69 milliseconds