Searched refs:cases (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dtest-assembly.py63 cases = f.read().split('\n') variable
64 cases = [x for x in cases if len(x) > 0 and x[0] != '#'] variable
66 for case in cases:
71 cases = f.read().split('\n') variable
72 cases = [x for x in cases if len(x) > 0] variable
74 for case in cases:
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D09-autohint-if-no-hinting.conf12 in both cases so that most clients would takes a look at the first place only.
/xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
H A Ddecode.h60 * For bitset fields, there are some cases where we want to "remap" field
116 * A bitset consists of N "cases", with the last one (with case->expr==NULL)
119 * When resolving a field, display template string, etc, all the cases with
146 const struct isa_case *cases[]; member in struct:isa_bitset
H A Dencode.py34 # In the xml, we can have multiple override cases per bitset,
89 # resolving the various cases for encoding a given
92 for case in bitset.cases:
162 for case in bitset.cases:
178 for case in bitset.cases:
221 for case in bitset.cases:
275 # different cases, this just blindly picks the last one.
281 for case in bitset.cases:
H A Disa.py186 self.name = bitset.name + '#case' + str(len(bitset.cases))
283 self.cases = []
311 self.cases.append(c)
314 self.cases.append(dflt)
465 for case in bitset.cases:
H A Ddecode.c365 const struct isa_case *c = bitset->cases[i];
423 const struct isa_case *c = bitset->cases[i];
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.8.3.rst55 - GLSL: fix zw fragcoord entries in some cases (bug
57 - Fix texture env generation in some cases (bug
65 - radeon/wine: flush command stream in more cases, fixing wine d3d9
H A D10.3.6.rst78 - util/primconvert: Avoid point arithmetic; apply offset on all cases.
H A D17.1.8.rst60 - glsl: add a few missing int64 constant propagation cases
H A D10.2.4.rst34 [BDW]Piglit some spec_glsl-1.50_execution_built-in-functions\* cases
H A D10.2.6.rst36 cases intel_do_flush_locked failed
H A D19.0.5.rst103 - anv: Fix some depth buffer sampling cases on ICL+
H A D9.1.3.rst56 [i965 Bisected]Ogles1conform/Ogles2conform/Ogles3conform cases
171 - radeonsi: add more cases for copying unsupported formats to
H A D10.3.rst95 [BDW]Some Piglit and Ogles2conform cases cause GPU hang
130 [BDW] Many Ogles3conform framebuffer_blit cases fail
221 [HSW Bisected]Some Piglit and Ogles2conform cases fail
263 [BDW]Piglit some spec_glsl-1.50_execution_built-in-functions\* cases
268 cases intel_do_flush_locked failed
/xsrc/external/mit/ctwm/dist/doc/devman/
H A DREADME.md6 you'll get some odd formatting in at least some cases. No attempt is
H A Dlinks.adoc39 are always corner cases.
51 as of this writing), and may tell a little more in some cases. Things
H A Dfunctions.adoc107 special cases, so unless you're doing something very unusual, you'll
165 special cases described below. Most f.functions simply run through to an
170 The two special cases revolve around the `f.function` construction which
210 functions the handlers call. Commonly these are cases where several
216 function; you can see its usage in those same cases.
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c288 /* This function performs a depth-first search of the cases and puts them
313 list_add(&cse->node.link, &swtch->cases);
320 struct list_head cases; local in function:vtn_switch_order_cases
321 list_replace(&swtch->cases, &cases);
322 list_inithead(&swtch->cases);
323 while (!list_is_empty(&cases)) {
325 list_first_entry(&cases, struct vtn_case, node.link);
371 /* When it comes to handling switch cases, we can break calls to
372 * vtn_handle_branch into two cases
1306 struct list_head cases; local in function:vtn_emit_cf_func_unstructured
[all...]
/xsrc/external/mit/ctwm/dist/client/
H A DREADME.md40 not _quite_ work right in most cases. May be a simple fix, but
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Ddoxygen.cmake26 # That seems to work well enough, and if we find edge cases that
H A Dhandle_manual.cmake56 # _can_ use it in very special cases for manpages. So find out first if
82 # it takes very odd cases to wind up there.
111 # those cases, and it's easier than listing every MANUAL_BUILD_* in the
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c398 /* Don't create dummy cases that just break */
412 list_addtail(&c->link, &swtch->cases);
424 /* This function performs a depth-first search of the cases and puts them
449 list_add(&cse->link, &swtch->cases);
507 * tries to handle this loop goes to the cases below and gets
655 list_inithead(&swtch->cases);
659 /* First, we go through and record all of the cases. */
698 list_for_each_entry(struct vtn_case, cse, &swtch->cases, link) {
704 /* Finally, we walk over all of the cases one more time and put
859 list_for_each_entry(struct vtn_case, other, &swtch->cases, lin
[all...]
/xsrc/external/mit/libX11/dist/specs/i18n/compose/
H A Ddocbook-nl.am4 # This version of docbook.am handles cases where XML source is generated
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Disaspec.rst148 (but also lets the disassembler flag cases where '1' bits show up in places
156 expressions. For example, this helps to deal with cases where other fields
195 used to cover the cases where ``SRCn_R`` has a different meaning and a
201 In many cases, a bitset is not convenient for describing the expected
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dformats.rst108 \begin{cases}
111 \end{cases}
192 There are also quite a few helpers for many of the common cases that allow you

Completed in 18 milliseconds

1234567891011>>