HomeSort by relevance Sort by last modified time
    Searched defs:cat1 (Results 1 - 15 of 15) sorted by null

  /external/libvpx/libvpx/vp8/common/
entropy.c 118 init_bit_tree(cat1, 1);
127 static const vp8_tree_index cat1[2] = { 0, 0 }; variable
138 { 0, 0, 0, 3 }, { 0, 0, 0, 4 }, { cat1, Pcat1, 1, 5 },
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
disasm-a3xx.c 176 instr_cat1_t *cat1 = &instr->cat1; local
178 if (cat1->ul)
181 if (cat1->src_type == cat1->dst_type) {
182 if ((cat1->src_type == TYPE_S16) && (((reg_t)cat1->dst).num == REG_A0)) {
186 printf("mov.%s%s", type[cat1->src_type], type[cat1->dst_type]);
189 printf("cov.%s%s", type[cat1->src_type], type[cat1->dst_type])
    [all...]
ir3.c 161 instr_cat1_t *cat1 = ptr; local
164 iassert(!((dst->flags ^ type_flags(instr->cat1.dst_type)) & IR3_REG_HALF));
166 !((src->flags ^ type_flags(instr->cat1.src_type)) & IR3_REG_HALF));
169 cat1->iim_val = src->iim_val;
170 cat1->src_im = 1;
172 cat1->off = reg(src, info, instr->repeat,
174 cat1->src_rel = 1;
175 cat1->src_rel_c = !!(src->flags & IR3_REG_CONST);
177 cat1->src = reg(src, info, instr->repeat,
179 cat1->src_c = !!(src->flags & IR3_REG_CONST)
    [all...]
ir3.h 204 } cat1; member in union:ir3_instruction::__anon29521
562 return instr->cat1.src_type == instr->cat1.dst_type;
947 instr->cat1.src_type = type;
948 instr->cat1.dst_type = type;
959 instr->cat1.src_type = src_type;
960 instr->cat1.dst_type = dst_type;
instr-a3xx.h 675 instr_cat1_t cat1; member in union:PACKED
686 uint32_t ss : 1; /* cat1-cat4 (cat0??) */
687 uint32_t ul : 1; /* cat2-cat4 (and cat1 in blob.. which may be bug??) */
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 119 milliseconds