Searched refs:additional (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_urb_config.c127 * and make a note of how much additional space it "wants" (the amount of
128 * additional space it could actually make use of).
160 unsigned additional = (unsigned) local in function:gen_get_urb_config
162 chunks[i] += additional;
163 remaining_space -= additional;
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dzink.rst61 For OpenGL 3.0 support, the following additional requirements needs to be
77 For OpenGL 3.1 support, the following additional ``VkPhysicalDeviceLimits``
85 For OpenGL 3.2 support, the following additional ``VkPhysicalDeviceFeatures``
96 For OpenGL 3.3 support, the following additional requirements needs to be
110 For OpenGL 4.0 support, the following additional requirements needs to be
132 For OpenGL 4.1 support, the following additional ``VkPhysicalDeviceLimits``
141 For OpenGL 4.2 support, the following additional requirements needs to be
174 For OpenGL 4.3 support, the following additional requirements needs to be
195 For OpenGL 4.4 support, the following additional requirements needs to be
209 For OpenGL 4.5 support, the following additional ``VkPhysicalDeviceFeature
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_urb_config.c152 * and make a note of how much additional space it "wants" (the amount of
153 * additional space it could actually make use of).
187 unsigned additional = (unsigned) local in function:intel_get_urb_config
189 chunks[i] += additional;
190 remaining_space -= additional;
/xsrc/external/mit/xf86-video-sunleo/dist/
H A DREADME.md8 extra cooling in the form of an additional double-width fan card, so
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dblob.c39 /* Ensure that \blob will be able to fit an additional object of size
40 * \additional. The growing (if any) will occur by doubling the existing
44 grow_to_fit(struct blob *blob, size_t additional) argument
52 if (blob->size + additional <= blob->allocated)
65 to_allocate = MAX2(to_allocate, blob->allocated + additional);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dblob.c39 /* Ensure that \blob will be able to fit an additional object of size
40 * \additional. The growing (if any) will occur by doubling the existing
44 grow_to_fit(struct blob *blob, size_t additional) argument
52 if (blob->size + additional <= blob->allocated)
65 to_allocate = MAX2(to_allocate, blob->allocated + additional);
/xsrc/external/mit/freetype/dist/builds/ansi/
H A Dansi-def.mk41 # specify an additional include path. Examples are `/i=' or `-J'.
/xsrc/external/mit/freetype/dist/builds/beos/
H A Dbeos-def.mk43 # specify an additional include path. Examples are `/i=' or `-J'.
/xsrc/external/mit/freetype/dist/builds/compiler/
H A Dansi-cc.mk36 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dbcc-dev.mk36 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dbcc.mk36 # specify an additional include path. Examples are `/i=' or `-J'.
H A Demx.mk36 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dgcc-dev.mk36 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dgcc.mk36 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dunix-lcc.mk37 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dvisualage.mk37 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dvisualc.mk37 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dwatcom.mk37 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dwin-lcc.mk37 # specify an additional include path. Examples are `/i=' or `-J'.
H A Dintelc.mk37 # specify an additional include path. Examples are `/i=' or `-J'.
/xsrc/external/mit/MesaLib/dist/docs/
H A Dbugs.rst12 - Monitor your bug report for requests for additional information, etc.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.7.rst59 - cherry-ignore: Add additional 18.2 only patches
H A D7.0.2.rst35 - Added checking/support for additional chips in the i915/i945 family
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst15 So the current compiler instead, in the frontend, generates a directed-acyclic-graph of instructions and basic blocks, which go through various additional passes to eventually schedule and do register assignment.
17 For additional documentation about the hardware, see wiki: `a3xx ISA
265 But relative addressing of gpr file (which can be as src or dst) has additional restrictions on register assignment (ie. the array elements must be assigned to consecutive scalar registers). And in the case of relative dst, subsequent instructions now depend on both the relative write, as well as the previous instruction which wrote that register, since we do not know at compile time which actual register was written.
267 Each instruction has an optional ``address`` pointer, to capture the dependency on the address register value when relative addressing is used for any of the src/dst register(s). This behaves as an additional virtual src register, ie. ``foreach_ssa_src()`` will also iterate the address register (last).
341 In this case, the ``mov`` instruction does not write all elements of the array (compared to usage of ``fanout`` for ``sam`` instructions in grouping_). But the ``mov`` instruction does need an additional dependency (via ``fanin``) on instructions that last wrote the array element members, to ensure that they get scheduled before the ``mov`` in scheduling_ stage (which also serves to group the array elements for the `register assignment`_ stage).
374 After the frontend has generated the use-def graph of instructions, they are run through various passes which include scheduling_ and `register assignment`_. Because inserting ``mov`` instructions after scheduling would also require inserting additional ``nop`` instructions (since it is too late to reschedule to try and fill the bubbles), the earlier stages try to ensure that (at least given an infinite supply of registers) that `register assignment`_ after scheduling_ cannot fail.
404 In the grouping pass, instructions which need to be grouped (for ``fanin``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (ie. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages.
415 try to coax additional instructions to fit in places where we need
/xsrc/external/mit/rgb/dist/
H A DREADME.md20 the library they link with, which may impose additional restrictions

Completed in 16 milliseconds

1234567891011>>