Searched refs:static_data (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | nir_load_libclc.c | 51 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/ |
D | genCommon.py | 36 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/ |
D | gl_XML.py | 33 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
|
D | meson.build | 157 'static_data.py',
|
/third_party/lwip/src/include/lwip/apps/ |
D | smtp.h | 65 u8_t static_data; member
|
/third_party/rust/crates/rust-openssl/openssl-errors/tests/ |
D | test.rs | 43 fn static_data() { in static_data() function
|
/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 553 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/ |
D | IBM_static_data.txt | 12 IBM Id: static_data.spec,v 1.1 1997/07/29 12:52:51 pbrown Exp
|
/third_party/openGLES/extensions/IBM/ |
D | IBM_static_data.txt | 12 IBM Id: static_data.spec,v 1.1 1997/07/29 12:52:51 pbrown Exp
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.4.rst | 147 - glapi: should not add alias function to static_data.py
|
D | 19.0.0.rst | 654 - mapi: add all \_glapi_table entrypoints to static_data.py 659 - mapi/new: use the static_data offsets in the new generator
|
D | 22.0.0.rst | 3602 - glapi: should not add alias function to static_data.py
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ppc_drawings.s | 390 .static_data
|
/third_party/lwip/src/apps/smtp/ |
D | smtp.c | 703 if (req->static_data) { in smtp_send_mail_int()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 5242 "../src/mapi/glapi/gen/static_data.py",
|