Home
last modified time | relevance | path

Searched refs:get_variable (Results 1 – 25 of 54) sorted by relevance

123

/third_party/gstreamer/gst_libav/tests/check/
Dmeson.build22 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/
Dmeson.build3 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/
Dlower_cs_derived.cpp116 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()
Dlink_varyings.cpp701 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()
Dglsl_symbol_table.h84 ir_variable *get_variable(const char *name);
/third_party/skia/third_party/externals/harfbuzz/perf/
Dmeson.build2 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/
Dmeson.build2 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/
Dff_fragment_shader.cpp360 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/
Dmeson.build15 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/
Dmeson.build30 '-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/
Dmeson.build49 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/
Dmeson.build170 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/
Dst_nir_lower_builtin.c94 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/
Dmeson.build302 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/
Dmeson.build15 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/
Dmeson.build324 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/
Dmeson.build171 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/
Dmeson.build57 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/
Dmeson.build10 libvisual_dep.get_variable('pluginsbasedir'))
/third_party/gstreamer/gstplugins_good/tests/icles/
Dmeson.build17 if get_variable('have_oss4', false)
/third_party/rust/crates/pkg-config-rs/tests/
Dtest.rs144 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/
Dmeson.build9 onnxrt_include_root = onnxrt_dep.get_variable('includedir')
/third_party/libfuse/util/
Dmeson.build21 udevrulesdir = join_paths(udev.get_variable(pkgconfig: 'udevdir'), 'rules.d')
/third_party/gstreamer/gstplugins_bad/sys/va/
Dmeson.build37 driverdir = libva_dep.get_variable('driverdir', default_value: '')
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dmeson.build14 protocols_datadir = wl_protocol_dep.get_variable('pkgdatadir')

123