Searched refs:static_data (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dnir_load_libclc.c51 const char *static_data; member in struct:clc_file
60 .static_data = libclc_spirv_mesa3d_spv,
70 .static_data = libclc_spirv64_mesa3d_spv,
103 if (clc->file->static_data) {
143 if (clc->file->static_data) {
146 ZSTD_getFrameContentSize(clc->file->static_data,
156 ZSTD_findFrameCompressedSize(clc->file->static_data,
166 size_t size = ZSTD_decompress(dest, cmp_size, clc->file->static_data,
178 clc->data = clc->file->static_data;
209 if (clc->file->static_data) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/new/
H A DgenCommon.py36 import static_data
85 if name in static_data.offsets:
86 functions[i] = functions[i]._replace(slot=static_data.offsets[name])
87 elif not name.endswith("ARB") and name + "ARB" in static_data.offsets:
88 functions[i] = functions[i]._replace(slot=static_data.offsets[name + "ARB"])
89 elif not name.endswith("EXT") and name + "EXT" in static_data.offsets:
90 functions[i] = functions[i]._replace(slot=static_data.offsets[name + "EXT"])
/xsrc/external/mit/MesaLib/dist/src/mapi/new/
H A DgenCommon.py36 import static_data
85 if name in static_data.offsets:
86 functions[i] = functions[i]._replace(slot=static_data.offsets[name])
87 elif not name.endswith("ARB") and name + "ARB" in static_data.offsets:
88 functions[i] = functions[i]._replace(slot=static_data.offsets[name + "ARB"])
89 elif not name.endswith("EXT") and name + "EXT" in static_data.offsets:
90 functions[i] = functions[i]._replace(slot=static_data.offsets[name + "EXT"])
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_XML.py35 import static_data
646 if name in static_data.functions:
684 if name in static_data.offsets and static_data.offsets[name] <= static_data.MAX_OFFSETS:
685 self.offset = static_data.offsets[name]
686 elif name in static_data.offsets and static_data.offsets[name] > static_data.MAX_OFFSETS:
687 self.offset = static_data
[all...]
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_XML.py33 import static_data
660 if name in static_data.functions:
698 if name in static_data.offsets and static_data.offsets[name] <= static_data.MAX_OFFSETS:
699 self.offset = static_data.offsets[name]
700 elif name in static_data.offsets and static_data.offsets[name] > static_data.MAX_OFFSETS:
701 self.offset = static_data
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.4.rst147 - glapi: should not add alias function to static_data.py
H A D19.0.0.rst654 - mapi: add all \_glapi_table entrypoints to static_data.py
659 - mapi/new: use the static_data offsets in the new generator
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c289 union panvk_sysval_data *static_data = local in function:panvk_pipeline_builder_init_sysvals
300 id, &static_data[i]);
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json18823 "description": "glapi: should not add alias function to static_data.py",
[all...]

Completed in 118 milliseconds