Searched refs:EXTENSIONS (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_extensions_gen.py | 40 for ext in EXTENSIONS: 199 for ext in EXTENSIONS: 205 'instance_extensions': [e for e in EXTENSIONS if e.type == 'instance'], 206 'device_extensions': [e for e in EXTENSIONS if e.type == 'device'],
|
| H A D | anv_extensions.py | 69 EXTENSIONS = [ variable 170 for i in range(len(EXTENSIONS) - 1): 171 if extension_order(EXTENSIONS[i + 1]) < extension_order(EXTENSIONS[i]): 172 print(EXTENSIONS[i + 1].name + ' should come before ' + EXTENSIONS[i].name)
|
| H A D | anv_entrypoints_gen.py | 33 from anv_extensions import VkVersion, MAX_API_VERSION, EXTENSIONS 563 supported_exts = dict((ext.name, ext) for ext in EXTENSIONS)
|
| /xsrc/external/mit/brotli/dist/python/ |
| H A D | Makefile | 28 EXTENSIONS=$(EXT_SOURCES:%.cc=%$(EXT_SUFFIX)) macro 33 build: $(EXTENSIONS) 35 $(EXTENSIONS): $(EXT_SOURCES)
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_extensions.py | 52 EXTENSIONS = [ variable 130 for ext in EXTENSIONS: 267 for ext in EXTENSIONS: 272 'instance_extensions': [e for e in EXTENSIONS if e.type == 'instance'], 273 'device_extensions': [e for e in EXTENSIONS if e.type == 'device'],
|
| H A D | tu_entrypoints_gen.py | 34 from tu_extensions import VkVersion, MAX_API_VERSION, EXTENSIONS 410 supported_exts = dict((ext.name, ext) for ext in EXTENSIONS)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_instance.py | 37 EXTENSIONS = [ variable 46 # - conditions: See documentation of EXTENSIONS. 312 extensions = EXTENSIONS
|
| H A D | zink_device_info.py | 61 EXTENSIONS = [ variable 555 extensions = EXTENSIONS
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_extensions.py | 52 EXTENSIONS = [ variable 192 for ext in EXTENSIONS: 224 for ext in EXTENSIONS: 361 for ext in EXTENSIONS: 366 'instance_extensions': [e for e in EXTENSIONS if e.type == 'instance'], 367 'device_extensions': [e for e in EXTENSIONS if e.type == 'device'],
|
| H A D | radv_entrypoints_gen.py | 410 supported_exts = dict((ext.name, ext) for ext in EXTENSIONS)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 67 #define EXTENSIONS \ macro 1756 return EXTENSIONS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 73 #define EXTENSIONS \ macro 1815 return EXTENSIONS + 23; /* skip "GLX_MESA_set_3dfx_mode" */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 67 #define EXTENSIONS \ macro 1706 return EXTENSIONS;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | fakeglx.c | 72 #define EXTENSIONS \ macro 1781 return EXTENSIONS + 23; /* skip "GLX_MESA_set_3dfx_mode" */
|
Completed in 18 milliseconds