Searched refs:SKIP (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_builder.h.py22 SKIP = set(["lane", "lane_dest", "lanes", "lanes", "replicate", "swz", "widen", "swap", "neg", "abs", "not", "sign", "extend", "divzero", "clamp", "sem", "not_result", "skip"]) variable
102 % if mod[0:-1] not in SKIP and mod not in SKIP:
174 return mod in SKIP or mod[0:-1] in SKIP
201 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, signature = signature, arguments = arguments, src_count = src_count, typesize = typesize, SKIP = SKIP))
/xsrc/external/mit/libvdpau/dist/test/
H A Ddlclose.c10 #define SKIP 77 macro
47 return SKIP;
57 return SKIP;
/xsrc/external/mit/xterm/dist/
H A Dxutf8.c128 #define SKIP do { s++; } while(((*s & 0x80) != 0) && (*s & 0xC0) != 0xC0) macro
141 SKIP;
145 SKIP;
149 #undef SKIP
156 #define SKIP do { s++; } while(((*s & 0x80) != 0) && (*s & 0xC0) != 0xC0) macro
171 SKIP;
175 SKIP;
178 #undef SKIP
/xsrc/external/mit/libXaw/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/libXdmcp/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/libXmu/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/libXpm/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/makedepend/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
H A DMakefile.in831 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
863 result_count $$1 "SKIP: " $$skip "$$blu"; \
/xsrc/external/mit/libXt/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/fontconfig/dist/
H A Dtest-driver119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/libvdpau/dist/
H A Dtest-driver119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/libxcb/dist/build-aux/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/xorgproto/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/bitmap/dist/
H A Dtest-driver124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/xsrc/external/mit/libXau/dist/
H A Dtest-driver131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
/xsrc/external/mit/libxshmfence/dist/
H A Dtest-driver131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
/xsrc/external/mit/xauth/dist/
H A Dtest-driver131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
/xsrc/external/mit/xorg-server/dist/
H A Dtest-driver131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
/xsrc/external/mit/libX11/dist/
H A Dtest-driver131 77:*) col=$blu res=SKIP recheck=no gcopy=$collect_skipped_logs;;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_tests.c275 SKIP = -1, enumerator in enum:__anon20f051ef0103
291 status == SKIP ? "skip" :
321 util_report_result(SKIP);
380 util_report_result_helper(SKIP, "%s: %s", __func__,
630 util_report_result_helper(SKIP, name);
635 util_report_result_helper(SKIP, name);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_tests.c280 SKIP = -1, enumerator in enum:__anon33ce50420103
296 status == SKIP ? "skip" :
326 util_report_result(SKIP);
385 util_report_result_helper(SKIP, "%s: %s", __func__,
639 util_report_result_helper(SKIP, name);
644 util_report_result_helper(SKIP, name);
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_device.c390 unsigned SKIP = strlen(path) - END_LEN; local in function:agx_create_command_queue
392 memcpy(buffer + OFFS, path + SKIP, END_LEN);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.2.rst145 - glcpp: Rework lexer to use a SKIP state rather than REJECT.
/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A DMakefile.in503 col=$$blu; res=SKIP; \

Completed in 37 milliseconds

12