Home
last modified time | relevance | path

Searched refs:static_data (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
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()
/third_party/mesa3d/src/mapi/new/
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"])
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py33 import static_data
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.offsets[name]
707 … self.assign_offset = self.exec_flavor != "skip" or name in static_data.unused_functions
Dmeson.build157 'static_data.py',
/third_party/lwip/src/include/lwip/apps/
Dsmtp.h65 u8_t static_data; member
/third_party/rust/crates/rust-openssl/openssl-errors/tests/
Dtest.rs43 fn static_data() { in static_data() function
/third_party/cef/tests/ceftests/
Dv8_unittest.cc553 int static_data[16]; in RunArrayBufferTest() local
558 static_data, sizeof(static_data), release_callback); in RunArrayBufferTest()
601 int static_data[16]; in RunArrayBufferValueTest() local
602 static_data[0] = 3; in RunArrayBufferValueTest()
604 CefV8Value::CreateArrayBuffer(static_data, sizeof(static_data), owner); in RunArrayBufferValueTest()
617 EXPECT_TRUE(static_data[0] == 19); in RunArrayBufferValueTest()
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/
DIBM_static_data.txt12 IBM Id: static_data.spec,v 1.1 1997/07/29 12:52:51 pbrown Exp
/third_party/openGLES/extensions/IBM/
DIBM_static_data.txt12 IBM Id: static_data.spec,v 1.1 1997/07/29 12:52:51 pbrown Exp
/third_party/mesa3d/docs/relnotes/
D21.3.4.rst147 - glapi: should not add alias function to static_data.py
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
D22.0.0.rst3602 - glapi: should not add alias function to static_data.py
/third_party/gstreamer/gstplugins_good/gst/goom/
Dppc_drawings.s390 .static_data
/third_party/lwip/src/apps/smtp/
Dsmtp.c703 if (req->static_data) { in smtp_send_mail_int()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni5242 "../src/mapi/glapi/gen/static_data.py",