/third_party/gstreamer/gst_libav/tests/check/ |
D | meson.build | 22 pluginsdirs = [gst_dep.get_variable('pluginsdir'), 23 pbase.get_variable('pluginsdir')] 24 gst_plugin_scanner_dir = gst_dep.get_variable('pluginscannerdir') 26 gst_plugin_scanner_dir = subproject('gstreamer').get_variable('gst_scanner_dir')
|
/third_party/gstreamer/gstplugins_base/tests/ |
D | meson.build | 3 pluginsdirs = [gst_dep.get_variable('pluginsdir')] 4 gst_plugin_scanner_dir = gst_dep.get_variable('pluginscannerdir') 6 gst_plugin_scanner_dir = gst_proj.get_variable('gst_scanner_dir')
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_cs_derived.cpp | 116 WorkGroupSize = shader->symbols->get_variable("gl_LocalGroupSizeARB"); in find_sysvals() 118 WorkGroupSize = shader->symbols->get_variable("gl_WorkGroupSize"); in find_sysvals() 121 gl_WorkGroupID = shader->symbols->get_variable("gl_WorkGroupID"); in find_sysvals() 122 gl_LocalInvocationID = shader->symbols->get_variable("gl_LocalInvocationID"); in find_sysvals()
|
D | link_varyings.cpp | 701 parameters.get_variable("gl_FrontColor"); in cross_validate_outputs_to_inputs() 704 parameters.get_variable("gl_BackColor"); in cross_validate_outputs_to_inputs() 711 parameters.get_variable("gl_FrontSecondaryColor"); in cross_validate_outputs_to_inputs() 714 parameters.get_variable("gl_BackSecondaryColor"); in cross_validate_outputs_to_inputs() 775 output = parameters.get_variable(input->name); in cross_validate_outputs_to_inputs()
|
D | glsl_symbol_table.h | 84 ir_variable *get_variable(const char *name);
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | meson.build | 2 google_benchmark_dep = google_benchmark.get_variable('google_benchmark_dep') 6 ttf_parser_dep = subproject('ttf-parser').get_variable('ttf_parser_dep')
|
/third_party/harfbuzz/perf/ |
D | meson.build | 2 google_benchmark_dep = google_benchmark.get_variable('google_benchmark_dep') 6 ttf_parser_dep = subproject('ttf-parser').get_variable('ttf_parser_dep')
|
/third_party/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 360 current = p->shader->symbols->get_variable(name); in get_current_attrib() 369 ir_variable *var = p->shader->symbols->get_variable("gl_Color"); in get_gl_Color() 400 var = p->shader->symbols->get_variable("gl_TextureEnvColor"); in get_source() 408 var = p->shader->symbols->get_variable("gl_Color"); in get_source() 728 ir_variable *tc_array = p->shader->symbols->get_variable("gl_TexCoord"); in load_texture() 912 oparams = p->shader->symbols->get_variable("gl_FogParamsOptimizedMESA"); in emit_fog_instructions() 914 fogcoord = p->shader->symbols->get_variable("gl_FogFragCoord"); in emit_fog_instructions() 916 params = p->shader->symbols->get_variable("gl_Fog"); in emit_fog_instructions() 1005 p->shader->symbols->get_variable("gl_SecondaryColor"); in emit_instructions() 1022 ir_variable *frag_color = p->shader->symbols->get_variable("gl_FragColor"); in emit_instructions()
|
/third_party/gstreamer/gst_libav/docs/ |
D | meson.build | 15 plugins_cache_generator = gst_proj.get_variable('plugins_cache_generator') 17 …plugins_cache_generator = find_program(join_paths(gst_dep.get_variable('libexecdir'), 'gstreamer-'…
|
/third_party/mesa3d/src/gallium/frontends/clover/ |
D | meson.build | 30 '-DLIBCLC_INCLUDEDIR="@0@/"'.format(dep_clc.get_variable(pkgconfig : 'includedir')), 31 '-DLIBCLC_LIBEXECDIR="@0@/"'.format(dep_clc.get_variable(pkgconfig : 'libexecdir')) 74 dep_llvm.get_variable(cmake : 'LLVM_LIBRARY_DIR', configtool: 'libdir'), 'clang',
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | meson.build | 49 mfx_incdir = mfx_dep.get_variable('includedir') 78 mfx_incdir = mfx_dep.get_variable('includedir') 161 driverdir = libva_dep.get_variable('driverdir', default_value: '')
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 170 pluginsdirs = [gst_dep.get_variable('pluginsdir'), 171 pbase.get_variable('pluginsdir')] 172 gst_plugin_scanner_dir = gst_dep.get_variable('pluginscannerdir') 174 gst_plugin_scanner_dir = subproject('gstreamer').get_variable('gst_scanner_dir')
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_nir_lower_builtin.c | 94 get_variable(nir_builder *b, nir_deref_path *path, in get_variable() function 203 nir_variable *new_var = get_variable(b, &path, element); in lower_builtin_instr()
|
/third_party/gstreamer/gstplugins_good/ |
D | meson.build | 302 gst_gl_apis = gstgl_dep.get_variable('gl_apis').split() 303 gst_gl_winsys = gstgl_dep.get_variable('gl_winsys').split() 304 gst_gl_platforms = gstgl_dep.get_variable('gl_platforms').split() 307 gst_gl_apis = gstbase.get_variable('enabled_gl_apis') 308 gst_gl_winsys = gstbase.get_variable('enabled_gl_winsys') 309 gst_gl_platforms = gstbase.get_variable('enabled_gl_platforms') 417 gst_debug_disabled = not subproject('gstreamer').get_variable('gst_debug')
|
/third_party/gstreamer/gstplugins_good/docs/ |
D | meson.build | 15 plugins_cache_generator = gst_proj.get_variable('plugins_cache_generator') 17 …plugins_cache_generator = find_program(join_paths(gst_dep.get_variable('libexecdir'), 'gstreamer-'…
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson.build | 324 gst_gl_apis = gstgl_dep.get_variable('gl_apis').split() 325 gst_gl_winsys = gstgl_dep.get_variable('gl_winsys').split() 326 gst_gl_platforms = gstgl_dep.get_variable('gl_platforms').split() 329 gst_gl_apis = gstbase.get_variable('enabled_gl_apis') 330 gst_gl_winsys = gstbase.get_variable('enabled_gl_winsys') 331 gst_gl_platforms = gstbase.get_variable('enabled_gl_platforms') 448 gst_debug_disabled = not subproject('gstreamer').get_variable('gst_debug')
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | meson.build | 171 pluginsdirs = [gst_dep.get_variable('pluginsdir'), 172 pbase.get_variable('pluginsdir')] 173 gst_plugin_scanner_dir = gst_dep.get_variable('pluginscannerdir') 175 gst_plugin_scanner_dir = subproject('gstreamer').get_variable('gst_scanner_dir')
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | meson.build | 57 if iso_codes_dep.get_variable('domains').split(' ').contains('iso_639-2') 58 iso_codes_prefix = iso_codes_dep.get_variable('prefix')
|
/third_party/gstreamer/gstplugins_base/ext/libvisual/ |
D | meson.build | 10 libvisual_dep.get_variable('pluginsbasedir'))
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | meson.build | 17 if get_variable('have_oss4', false)
|
/third_party/rust/crates/pkg-config-rs/tests/ |
D | test.rs | 144 fn get_variable() { in get_variable() function 147 let prefix = pkg_config::get_variable("foo", "prefix").unwrap(); in get_variable()
|
/third_party/gstreamer/gstplugins_bad/ext/onnx/ |
D | meson.build | 9 onnxrt_include_root = onnxrt_dep.get_variable('includedir')
|
/third_party/libfuse/util/ |
D | meson.build | 21 udevrulesdir = join_paths(udev.get_variable(pkgconfig: 'udevdir'), 'rules.d')
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | meson.build | 37 driverdir = libva_dep.get_variable('driverdir', default_value: '')
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | meson.build | 14 protocols_datadir = wl_protocol_dep.get_variable('pkgdatadir')
|