Searched refs:created (Results 1 - 25 of 589) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcso.rst6 CSO work on the principle of reusable state; they are created by filling
H A Dindex.rst1 .. Gallium documentation master file, created by
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcso.rst6 CSO work on the principle of reusable state; they are created by filling
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dprivates.c69 int created; member in struct:__anon020ad90c0108
199 assert (!keys[t].created);
221 assert(!keys[type].created);
277 keys[type].created++;
279 keys[PRIVATE_XSELINUX].created++;
292 keys[type].created--;
294 keys[PRIVATE_XSELINUX].created--;
428 /* These can have objects created before all of the keys are registered */
464 key_names[t], keys[t].created, keys[t].offset, keys[t].created * key
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dprivates.c91 /* These can have objects created before all of the keys are registered */
359 assert(!global_keys[t].created);
382 assert(!global_keys[type].created);
442 global_keys[type].created++;
444 global_keys[PRIVATE_XSELINUX].created++;
458 global_keys[type].created--;
460 global_keys[PRIVATE_XSELINUX].created--;
624 assert (!pScreen->screenSpecificPrivates[type].created);
674 pScreen->screenSpecificPrivates[type].created++;
679 global_keys[type].created
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dprofiling.rst12 created in current working directory. This file contains profile
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dprofiling.rst12 created in current working directory. This file contains profile
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_shader.c219 bool *created)
223 *created = false;
234 *created = true;
242 bool binning_pass, bool *created)
245 shader_variant(shader, key, created);
218 shader_variant(struct ir3_shader * shader,struct ir3_shader_key * key,bool * created) argument
241 ir3_shader_get_variant(struct ir3_shader * shader,struct ir3_shader_key * key,bool binning_pass,bool * created) argument
/xsrc/external/mit/freetype/dist/builds/
H A Dtoplevel.mk25 # created in the current directory.
115 # This rule makes sense for Unix only to remove files created by a run of
117 # `config.mk' has been created). It uses the built-in $(RM) command of
118 # GNU make. Similarly, `nul' is created if e.g. `make setup windows' has
270 @# Remove intermediate files created by the `refdoc' target.
H A Dfreetype.mk26 # OBJ_DIR The directory in which object files are created.
28 # LIB_DIR The directory in which the library is created.
30 # DOC_DIR The directory in which the API reference is created.
49 # created by `modules.mk'.
305 # environment is created in `DOC_DIR/env' and is gitignored.
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_set_3dfx_mode.spec68 Note that only one drawable and context can be created at any given
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_set_3dfx_mode.spec68 Note that only one drawable and context can be created at any given
/xsrc/external/mit/MesaLib/dist/docs/
H A Dapplication-issues.rst18 Then, all GLX visuals will be created with a depth buffer.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dd3d12.rst29 Dump disassambly of created DXIL shader
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c124 bool created = false; local in function:ir3_shader_variant
132 v = ir3_shader_get_variant(shader, &key, binning_pass, false, &created);
134 if (created) {
/xsrc/external/mit/libdrm/dist/
H A DCONTRIBUTING.rst34 this is that it certifies that you created the patch, that it was created under
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.1.rst154 - iris: disable aux on first get_param if not created with aux
155 - anv/android: fix images created with external format support
H A D9.2.3.rst86 - meta: enable vertex attributes in the context of the newly created
H A D10.4.2.rst102 - r600g/sb: fix issues with loops created for switch
H A D11.0.9.rst83 - gallium/radeon: only dispose locally created target machine in
H A D17.0.5.rst54 created
/xsrc/external/mit/freetype/dist/builds/unix/
H A Ddetect.mk62 # `unix-def.mk' together with `unix-cc.mk' is created.
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Ddtrace_support.cmake39 # here, since it hasn't been created at this point in the process.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c83 bool created = false; local in function:ir3_shader_variant
91 v = ir3_shader_get_variant(shader, &key, binning_pass, &created);
93 if (created) {
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report - AMD Radeon Vulkan.md29 - Hang reports: Run with `RADV_DEBUG=hang` and attach the files created in `$HOME/radv_dumps_*/`

Completed in 17 milliseconds

1234567891011>>