Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c51 const char *static_data; member
60 .static_data = libclc_spirv_mesa3d_spv,
70 .static_data = libclc_spirv64_mesa3d_spv,
103 if (clc->file->static_data) { in open_clc_data()
143 if (clc->file->static_data) { in map_clc_data()
146 ZSTD_getFrameContentSize(clc->file->static_data, in map_clc_data()
156 ZSTD_findFrameCompressedSize(clc->file->static_data, in map_clc_data()
166 size_t size = ZSTD_decompress(dest, cmp_size, clc->file->static_data, in map_clc_data()
178 clc->data = clc->file->static_data; in map_clc_data()
209 if (clc->file->static_data) { in close_clc_data()
[all...]
/third_party/mesa3d/src/mapi/new/
H A DgenCommon.py36 import static_data namespace
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"])
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py33 import static_data namespace
661 if name in static_data.functions:
699 if name in static_data.offsets and static_data.offsets[name] <= static_data.MAX_OFFSETS:
700 self.offset = static_data.offsets[name]
701 elif name in static_data.offsets and static_data.offsets[name] > static_data.MAX_OFFSETS:
702 self.offset = static_data
[all...]
/third_party/lwip/src/include/lwip/apps/
H A Dsmtp.h65 u8_t static_data; member
/third_party/rust/crates/rust-openssl/openssl-errors/tests/
H A Dtest.rs43 fn static_data() { in static_data() functions
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c703 if (req->static_data) { in smtp_send_mail_int()

Completed in 5 milliseconds