Searched refs:vote (Results 1 - 7 of 7) sorted by relevance
/third_party/libsnd/src/ |
H A D | audio_detect.c | 44 static void vote_for_format (VOTE * vote, const unsigned char * data, int datalen) ; 48 { VOTE vote ; in audio_detect() local 56 vote_for_format (&vote, data, datalen) ; in audio_detect() 63 vote.le_float, vote.be_float, vote.le_int_24_32, vote.be_int_24_32) ; in audio_detect() 67 if (ad->endianness == SF_ENDIAN_LITTLE && vote.le_float > (3 * datalen) / 4) in audio_detect() 72 if (ad->endianness == SF_ENDIAN_LITTLE && vote.le_int_24_32 > (3 * datalen) / 4) in audio_detect() 81 vote_for_format (VOTE * vote, cons argument [all...] |
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec-hfi.c | 143 uint32_t vote; member 148 uint32_t vote; member 183 printf("\t\t\t\tgx_vote[%u]: vote=%u, freq=%u\n", i, in decode_H2F_MSG_PERF_TABLE() 184 msg->gx_votes[i].vote, msg->gx_votes[i].freq); in decode_H2F_MSG_PERF_TABLE() 188 assert(!msg->gx_votes[i].vote); in decode_H2F_MSG_PERF_TABLE() 194 printf("\t\t\t\tcx_vote[%u]: vote=%u, freq=%u\n", i, in decode_H2F_MSG_PERF_TABLE() 195 msg->cx_votes[i].vote, msg->cx_votes[i].freq); in decode_H2F_MSG_PERF_TABLE() 199 assert(!msg->cx_votes[i].vote); in decode_H2F_MSG_PERF_TABLE() 211 printf("\t\t\t\tgx_vote[%u]: vote=%u, acd=%u, freq=%u\n", i, in decode_H2F_MSG_PERF_TABLE() 212 msg->gx_votes[i].vote, ms in decode_H2F_MSG_PERF_TABLE() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_int64.c | 1116 nir_intrinsic_instr *vote = in build_vote_ieq() local 1118 vote->src[0] = nir_src_for_ssa(x); in build_vote_ieq() 1119 vote->num_components = x->num_components; in build_vote_ieq() 1120 nir_ssa_dest_init(&vote->instr, &vote->dest, 1, 1, NULL); in build_vote_ieq() 1121 nir_builder_instr_insert(b, &vote->instr); in build_vote_ieq() 1122 return &vote->dest.ssa; in build_vote_ieq()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 209 void (*vote)(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, LLVMValueRef dst[4]); member
|
H A D | lp_bld_nir.c | 2166 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); in visit_intrinsic()
|
H A D | lp_bld_nir_soa.c | 2745 bld.bld_base.vote = emit_vote; in lp_build_nir_soa()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 810 vote(const _mesa_glsl_parse_state *state) in vote() function 5147 _vote("__intrinsic_vote_any", vote), in create_builtins() 5151 _vote("__intrinsic_vote_all", vote), in create_builtins() 5155 _vote("__intrinsic_vote_eq", vote), in create_builtins()
|
Completed in 30 milliseconds