Home
last modified time | relevance | path

Searched refs:cat2 (Results 1 – 25 of 29) sorted by relevance

12

/external/perfetto/src/profiling/memory/
Dparse_smaps_unittest.cc51 SmapsEntry cat2; in TEST() local
52 cat2.pathname = "/bin/cat"; in TEST()
53 cat2.size_kb = 8; in TEST()
54 cat2.private_dirty_kb = 0; in TEST()
55 cat2.swap_kb = 0; in TEST()
61 EXPECT_THAT(entries, ElementsAre(cat1, cat2, heap)); in TEST()
78 SmapsEntry cat2; in TEST() local
79 cat2.pathname = "/bin/cat"; in TEST()
80 cat2.size_kb = 8; in TEST()
81 cat2.private_dirty_kb = 0; in TEST()
[all …]
/external/mesa3d/src/freedreno/ir3/
Dir3.c209 instr_cat2_t *cat2 = ptr; in emit_cat2() local
218 cat2->src1_r = instr->nop & 0x1; in emit_cat2()
219 cat2->src2_r = (instr->nop >> 1) & 0x1; in emit_cat2()
221 cat2->src1_r = !!(src1->flags & IR3_REG_R); in emit_cat2()
223 cat2->src2_r = !!(src2->flags & IR3_REG_R); in emit_cat2()
228 cat2->rel1.src1 = reg(src1, info, instr->repeat, in emit_cat2()
231 cat2->rel1.src1_c = !!(src1->flags & IR3_REG_CONST); in emit_cat2()
232 cat2->rel1.src1_rel = 1; in emit_cat2()
235 cat2->c1.src1 = reg(src1, info, instr->repeat, in emit_cat2()
238 cat2->c1.src1_c = 1; in emit_cat2()
[all …]
Ddisasm-a3xx.c507 instr_cat2_t *cat2 = &instr->cat2; in print_instr_cat2() local
508 int opc = _OPC(2, cat2->opc); in print_instr_cat2()
526 fprintf(ctx->out, ".%s", cond[cat2->cond]); in print_instr_cat2()
531 if (cat2->ei) in print_instr_cat2()
533 print_reg_dst(ctx, (reg_t)(cat2->dst), cat2->full ^ cat2->dst_half, false); in print_instr_cat2()
537 .full = cat2->full, in print_instr_cat2()
538 .r = cat2->repeat ? cat2->src1_r : 0, in print_instr_cat2()
540 .im = cat2->src1_im, in print_instr_cat2()
541 .abs = cat2->src1_abs, in print_instr_cat2()
542 .neg = cat2->src1_neg, in print_instr_cat2()
[all …]
Dir3_cp.c549 (instr->cat2.condition == IR3_COND_NE)) { in instr_cp()
557 instr->cat2 = cond->cat2; in instr_cp()
Dinstr-a3xx.h956 instr_cat2_t cat2; member
984 case 2: return instr->cat2.repeat; in instr_repeat()
994 case 2: return instr->cat2.sat; in instr_sat()
1028 case 2: return instr->cat2.opc; in instr_opc()
Dir3_parser.y668 cond: T_LT { instr->cat2.condition = IR3_COND_LT; }
669 | T_LE { instr->cat2.condition = IR3_COND_LE; }
670 | T_GT { instr->cat2.condition = IR3_COND_GT; }
671 | T_GE { instr->cat2.condition = IR3_COND_GE; }
672 | T_EQ { instr->cat2.condition = IR3_COND_EQ; }
673 | T_NE { instr->cat2.condition = IR3_COND_NE; }
Dir3_compiler_nir.c375 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
383 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
477 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
481 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
485 dst[0]->cat2.condition = IR3_COND_EQ; in emit_alu()
489 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
592 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
596 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
600 dst[0]->cat2.condition = IR3_COND_EQ; in emit_alu()
604 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
[all …]
Dir3_print.c155 printf(".%s", cond[instr->cat2.condition & 0x7]); in print_instr_name()
Dir3_context.c531 cond->cat2.condition = IR3_COND_NE; in ir3_get_predicate()
Dir3.h260 } cat2; member
/external/libvpx/libvpx/vp8/common/
Dentropy.c128 static const vp8_tree_index cat2[4] = { 2, 2, 0, 0 }; variable
139 { cat2, Pcat2, 2, 7 }, { cat3, Pcat3, 3, 11 }, { cat4, Pcat4, 4, 19 },
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dshuffle-mask-legal.ll13 …%cat2 = shufflevector <2 x i32> %p2, <2 x i32> undef, <4 x i32> <i32 0, i32 undef, i32 undef, i32 …
14 …%r = shufflevector <4 x i32> %cat1, <4 x i32> %cat2, <4 x i32> <i32 undef, i32 undef, i32 1, i32 4>
/external/perfetto/test/trace_processor/parsing/
Dchrome_metadata.textproto16 enabled_categories: "cat1,cat2,cat3"
Dchrome_metadata.out3 1,"metadata","cr-enabled_categories","single","[NULL]","cat1,cat2,cat3"
/external/llvm-project/clang/test/Index/Core/
Dexternal-source-symbol-attr.m48 @interface I1(cat2) category
49 // CHECK: [[@LINE-1]]:15 | extension/Swift | cat2 | c:@CM@cat_module@some_module@objc(cy)I1@cat2 |
/external/perfetto/src/tracing/test/
Dtracing_module_categories.h32 PERFETTO_CATEGORY(cat2),
Dapi_integrationtest.cc1180 perfetto::DynamicCategory cat2{"dynamic_disabled"}; in TEST_P() local
1181 TRACE_EVENT_BEGIN(cat2, "EventInDisabledDynamicCategory"); in TEST_P()
/external/llvm-project/llvm/test/CodeGen/X86/
Dextract-concat.ll100 …%cat2 = shufflevector <8 x i64> %cat1, <8 x i64> undef, <16 x i32> <i32 0, i32 1, i32 2, i32 3, i3…
101 …%r = shufflevector <16 x i64> %cat2, <16 x i64> undef, <16 x i32> <i32 0, i32 4, i32 8, i32 12, i3…
151 …%cat2 = shufflevector <8 x i64> %cat1, <8 x i64> undef, <16 x i32> <i32 0, i32 1, i32 2, i32 3, i3…
152 …%r = shufflevector <16 x i64> %cat2, <16 x i64> undef, <16 x i32> <i32 0, i32 4, i32 8, i32 12, i3…
Dvector-interleave.ll183 …%cat2 = shufflevector <64 x i8> %cat, <64 x i8> undef, <64 x i32> <i32 0, i32 32, i32 1, i32 33, i…
184 store <64 x i8> %cat2, <64 x i8>* %d, align 1
230 …%cat2 = shufflevector <32 x i16> %cat, <32 x i16> undef, <32 x i32> <i32 0, i32 16, i32 1, i32 17,…
231 store <32 x i16> %cat2, <32 x i16>* %d, align 1
275 …%cat2 = shufflevector <16 x i32> %cat, <16 x i32> undef, <16 x i32> <i32 0, i32 8, i32 1, i32 9, i…
276 store <16 x i32> %cat2, <16 x i32>* %d, align 1
318 …%cat2 = shufflevector <8 x i64> %cat, <8 x i64> undef, <8 x i32> <i32 0, i32 4, i32 1, i32 5, i32 …
319 store <8 x i64> %cat2, <8 x i64>* %d, align 1
/external/llvm-project/clang/test/Analysis/scan-build/rebuild_index/
Drebuild_index.test33 CHECK-INDEX-NEXT: cat2
/external/zstd/tests/regression/
Ddata.c281 static char* cat2(char const* str1, char const* str2) { in cat2() function
450 datum->dict.path = cat2(datum->data.path, ".dict"); in data_create_paths()
/external/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log824 - shaderdb: 8 cat0, 0 cat1, 1 cat2, 4 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
851 - shaderdb: 8 cat0, 0 cat1, 1 cat2, 4 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
916 - shaderdb: 5 cat0, 0 cat1, 4 cat2, 0 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
942 - shaderdb: 5 cat0, 0 cat1, 4 cat2, 0 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
1510 - shaderdb: 8 cat0, 0 cat1, 1 cat2, 4 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
1545 - shaderdb: 5 cat0, 0 cat1, 4 cat2, 0 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
Dglxgears-a420.log437 - shaderdb: 5 cat0, 0 cat1, 0 cat2, 0 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
463 - shaderdb: 5 cat0, 4 cat1, 0 cat2, 0 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
1051 - shaderdb: 28 cat0, 8 cat1, 15 cat2, 22 cat3, 1 cat4, 0 cat5, 0 cat6, 0 cat7
1093 - shaderdb: 6 cat0, 0 cat1, 1 cat2, 0 cat3, 0 cat4, 0 cat5, 4 cat6, 0 cat7
1683 - shaderdb: 24 cat0, 5 cat1, 15 cat2, 22 cat3, 1 cat4, 0 cat5, 0 cat6, 0 cat7
1724 - shaderdb: 6 cat0, 0 cat1, 1 cat2, 0 cat3, 0 cat4, 0 cat5, 4 cat6, 0 cat7
2116 - shaderdb: 24 cat0, 5 cat1, 15 cat2, 22 cat3, 1 cat4, 0 cat5, 0 cat6, 0 cat7
2155 - shaderdb: 5 cat0, 0 cat1, 4 cat2, 0 cat3, 0 cat4, 0 cat5, 0 cat6, 0 cat7
2510 - shaderdb: 28 cat0, 8 cat1, 15 cat2, 22 cat3, 1 cat4, 0 cat5, 0 cat6, 0 cat7
2552 - shaderdb: 6 cat0, 0 cat1, 1 cat2, 0 cat3, 0 cat4, 0 cat5, 4 cat6, 0 cat7
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_unittest.cc1046 auto cat2 = interned_data->add_event_categories(); in TEST_F() local
1047 cat2->set_iid(2); in TEST_F()
1048 cat2->set_name("cat2"); in TEST_F()
1260 auto cat2 = interned_data->add_event_categories(); in TEST_F() local
1261 cat2->set_iid(2); in TEST_F()
1262 cat2->set_name("cat2"); in TEST_F()
/external/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst6 …line stages. For a common example, a common (cat2) ALU instruction takes four cycles, so a subseq…

12