Searched refs:vote (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 1116 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 D | 17.2.3.rst | 95 - nir: Get rid of the variable on vote intrinsics
|
| H A D | 17.2.6.rst | 122 - intel/fs: Use an explicit D type for vote any/all/eq intrinsics
|
| H A D | 18.3.0.rst | 256 - [vulkancts] dEQP-VK.subgroups.vote.graphics.subgroupallequal.\*
|
| H A D | 21.1.0.rst | 1619 - 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 D | 19.3.0.rst | 679 - anv: Enable VK_EXT_shader_subgroup_{ballot,vote}
|
| H A D | 20.0.0.rst | 164 func.shader-subgroup-vote.basic.q0
|
| H A D | 19.1.0.rst | 2448 - nv50/ir/nir: implement vote and ballot
|
| H A D | 20.1.0.rst | 1374 - gallivm: fix left over shader vote debug
|
| H A D | 20.3.0.rst | 2858 - nir: Move constant folding of vote to opt_constant_folding
|
| H A D | 21.2.0.rst | 2324 - zink: only enable vote if we can support it
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.h | 193 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 D | lp_bld_nir.c | 1892 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 D | lp_bld_nir_soa.c | 2500 bld.bld_base.vote = emit_vote;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 803 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 D | builtin_functions.cpp | 752 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