HomeSort by: relevance | last modified time | path
    Searched refs:encoded (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xterm/dist/vttests/
mouse-codes 92 my %encoded;
115 if ( defined $encoded{$code} ) {
117 $encoded{$code};
122 $encoded{$code} = $report;
133 foreach my $code ( sort keys %encoded ) {
134 printf "%s = %s\n", $code, $encoded{$code};
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
asm.py 171 encoded = 0
230 encoded |= ((sr.encoded_flags | base) << sr.start)
234 encoded |= encode_dest(op) << 40
239 encoded |= (0xC0 << 40)
245 encoded |= encode_source(parts[0], fau) << (i * 8)
253 encoded |= (1 << src.offset[mod])
258 encoded |= (val << src.offset['widen'])
263 encoded |= (val << src.offset['lane'])
269 encoded |= (val << src.offset['swizzle'])
275 encoded |= (val << src.offset['swizzle']
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 2986 union packed_type encoded; local
2987 encoded.u32 = 0;
2988 encoded.basic.base_type = type->base_type;
3003 encoded.basic.interface_row_major = type->interface_row_major;
3006 encoded.basic.vector_elements = type->vector_elements;
3008 encoded.basic.vector_elements = 5;
3010 encoded.basic.vector_elements = 6;
3011 encoded.basic.matrix_columns = type->matrix_columns;
3012 encoded.basic.explicit_stride = MIN2(type->explicit_stride, 0xffff);
3013 encoded.basic.explicit_alignment
3092 union packed_type encoded; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/doc/
fcstring.fncs 56 @PURPOSE@ count UTF-8 encoded chars
88 @PURPOSE@ count UTF-16 encoded chars
179 case-insensitive for all proper UTF-8 encoded strings.
191 with UTF8 encoded strings.
203 This test is case-insensitive for all proper UTF-8 encoded strings.
  /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
encode.c 38 * The instruction which is currently being encoded
45 * to be encoded:
318 const bitmask_t encoded = encode__instruction(&s, NULL, instr); local
319 store_instruction(instrs, encoded);
  /xsrc/external/mit/xterm/dist/unicode/
convmap.pl 128 * encoded in UTF-8, so for viewing and editing best use an editor in
185 /* also check for directly encoded 24-bit UCS characters */
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_fxt1.c 1178 uint32_t *encoded = (uint32_t *)dest; local
1210 fxt1_quantize(encoded, lines, comps);
1212 encoded += 4;
1214 encoded += destRowStride;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_fxt1.c 1297 GLuint *encoded = (GLuint *)dest; local
1332 fxt1_quantize(encoded, lines, comps);
1334 encoded += 4;
1336 encoded += destRowStride;
  /xsrc/external/mit/xterm/dist/
charproc.c 1509 * All of the tables should have their GL/GR parts encoded the same.
5593 reply_char(count, value); /* encoded charset sizes */
5633 char *encoded = encode_scs(screen->gsets_upss, &psize); local
5639 reply_char(count, *encoded++);
5640 if (*encoded)
5641 reply_char(count, *encoded);

Completed in 72 milliseconds