HomeSort by: relevance | last modified time | path
    Searched refs:seen (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_dce.c 31 BITSET_WORD *seen = calloc(BITSET_WORDS(ctx->alloc), sizeof(BITSET_WORD)); local
39 needed |= BITSET_TEST(seen, I->dest[d].value);
52 BITSET_SET(seen, I->src[s].value);
56 free(seen);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_info_c.py 39 seen = set()
42 if x["value"] not in seen:
43 seen.add(x["value"])
49 seen = set()
54 if x["opcode"] in seen:
60 seen.add(opcode)
vtn_gather_types_c.py 32 seen = set()
35 if inst['opcode'] in seen:
37 seen.add(inst['opcode'])
  /xsrc/external/mit/MesaLib/dist/src/util/
dag.c 101 struct set *seen; member in struct:dag_traverse_bottom_up_state
111 if (_mesa_set_search(state->seen, node))
128 if (!_mesa_set_search(state->seen, edge->child)) {
145 _mesa_set_add(state->seen, node);
154 } while (_mesa_set_search(state->seen, node));
161 * Walks the DAG from leaves to the root, ensuring that each node is only seen
169 .seen = _mesa_pointer_set_create(NULL),
177 ralloc_free(state.seen);
  /xsrc/external/mit/MesaLib.old/dist/src/util/
dag.c 101 struct set *seen; member in struct:dag_traverse_bottom_up_state
111 if (_mesa_set_search(state->seen, node))
119 _mesa_set_add(state->seen, node);
123 * Walks the DAG from leaves to the root, ensuring that each node is only seen
131 .seen = _mesa_pointer_set_create(NULL),
139 ralloc_free(state.seen);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_info_c.py 39 seen = set()
42 if x["value"] not in seen:
43 seen.add(x["value"])
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorg-wrapper.c 180 static int seen;
182 if (!seen) {
185 seen = 1;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bifrost_isa.py 249 seen = [op for op in instructions.keys() if op[1:] == key]
250 variant_objs = [[simplify_to_ir(Q[1]) for Q in instructions[x]] for x in seen]
  /xsrc/external/mit/xorg-server/dist/Xi/
xibarriers.c 77 Bool seen; member in struct:PointerBarrierDevice
114 pbd->seen = FALSE;
344 if (pbd->seen)
457 pbd->seen = TRUE;
498 pbd->seen = FALSE;
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
gen_pack.py 568 # Set of enum names we've seen.
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
gen_pack.py 681 # Set of enum names we've seen.
  /xsrc/external/mit/xprop/dist/
xprop.c 637 int seen = 0; local
642 if (seen) {
645 seen = 1;
1222 int seen = 0; local
1225 if (seen)
1227 seen = 1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 121 // behavior is both seen on the CPU and the blob
gm107.asm 136 // behavior is both seen on the CPU and the blob
gk104.asm 579 // behavior is both seen on the CPU and the blob
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 121 // behavior is both seen on the CPU and the blob
gm107.asm 136 // behavior is both seen on the CPU and the blob
gk104.asm 579 // behavior is both seen on the CPU and the blob
  /xsrc/external/mit/freetype/dist/builds/unix/
configure 10392 # it being seen by the linker.
13227 percolate back to the file as seen by read(). (This is a bug on
  /xsrc/external/mit/libX11/dist/
configure 12076 # it being seen by the linker.
23679 percolate back to the file as seen by read(). (This is a bug on

Completed in 27 milliseconds