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

/external/libvpx/libvpx/vp8/common/
H A Dentropy.c122 init_bit_tree(cat5, 5);
131 static const vp8_tree_index cat5[10] = { 2, 2, 4, 4, 6, 6, 8, 8, 0, 0 }; 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.c414 instr_cat5_t *cat5 = &instr->cat5; local
417 if (cat5->is_3d) printf(".3d");
418 if (cat5->is_a) printf(".a");
419 if (cat5->is_o) printf(".o");
420 if (cat5->is_p) printf(".p");
421 if (cat5->is_s) printf(".s");
422 if (cat5->is_s2en) printf(".s2en");
426 switch (_OPC(5, cat5->opc)) {
431 printf("(%s)", type[cat5
[all...]
H A Dir3.c429 instr_cat5_t *cat5 = ptr; local
431 iassert(!((dst->flags ^ type_flags(instr->cat5.type)) & IR3_REG_HALF));
437 cat5->full = ! (src1->flags & IR3_REG_HALF);
438 cat5->src1 = reg(src1, info, instr->repeat, IR3_REG_HALF);
444 cat5->s2en.src2 = reg(src2, info, instr->repeat, IR3_REG_HALF);
448 cat5->s2en.src3 = reg(src3, info, instr->repeat, IR3_REG_HALF);
450 iassert(!(instr->cat5.samp | instr->cat5.tex));
455 cat5->norm.src2 = reg(src2, info, instr->repeat, IR3_REG_HALF);
457 cat5
[all...]
H A Dir3.h117 /* used for cat5 instructions, but also for internal/IR level
218 } cat5; member in union:ir3_instruction::__anon16176
1103 /* cat5 instructions: */
1128 sam->cat5.samp = samp;
1129 sam->cat5.tex = tex;
1130 sam->cat5.type = type;
H A Dinstr-a3xx.h679 instr_cat5_t cat5; member in union:PACKED
704 case 5: return instr->cat5.opc;

Completed in 170 milliseconds