Searched defs:cat6 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dentropy.c123 init_bit_tree(cat6, 11);
132 static const vp8_tree_index cat6[22] = { variable
140 { cat5, Pcat5, 5, 35 }, { cat6, Pcat6, 11, 67 }, { 0, 0, 0, 0 }
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Ddisasm-a3xx.c481 instr_cat6_t *cat6 = &instr->cat6; local
491 switch (_OPC(6, cat6->opc)) {
494 dst.full = type_size(cat6->type) == 32;
495 src1.full = type_size(cat6->type) == 32;
496 src2.full = type_size(cat6->type) == 32;
512 src1.full = type_size(cat6->type) == 32;
513 src2.full = type_size(cat6->type) == 32;
516 dst.full = type_size(cat6->type) == 32;
522 switch (_OPC(6, cat6
[all...]
H A Dir3.c482 instr_cat6_t *cat6 = ptr; local
509 if (instr->cat6.src_offset || (instr->opc == OPC_LDG)) {
512 cat6->src_off = true;
520 cat6a->off = instr->cat6.src_offset;
524 cat6->src_off = false;
534 if (instr->cat6.dst_offset || (instr->opc == OPC_STG)) {
536 cat6->dst_off = true;
538 cat6c->off = instr->cat6.dst_offset;
541 cat6->dst_off = false;
545 cat6
[all...]
H A Dir3.h224 } cat6; member in union:ir3_instruction::__anon16176
1135 /* cat6 instructions: */
H A Dinstr-a3xx.h624 * cat6->a.off is involved.. but that seems like a bug in
625 * the blob, since it is used even if !cat6->src_off
645 /* I think some of the other cat6 instructions use additional
680 instr_cat6_t cat6; member in union:PACKED
705 case 6: return instr->cat6.opc;

Completed in 291 milliseconds