Home
last modified time | relevance | path

Searched refs:compile_args (Results 1 – 25 of 41) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/
Dmeson.build40 compile_args = [compiler_args] variable
51 compile_args += [
60 compile_args += [
64 compile_args += [compiler.get_supported_arguments([
68 compile_args += [[
78 compile_args += [compiler.get_supported_arguments([
91 compile_args += ['-DHAVE_SYS_QUEUE_H']
97 compile_args += ['-DHAVE_LINUX_IF_ADDR_H']
101 compile_args += ['-DHAVE_LINUX_RTNETLINK_H']
111 compile_args += ['-DHAVE_NETINET_IP_ICMP_H']
[all …]
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h163 const std::vector<const char *> &compile_args = {},
291 const CompileArgs &compile_args,
297 const CompileArgs &compile_args, in run_shader() argument
302 run_shader_with_raw_args(shader, compile_args, raw_args); in run_shader()
312 CompileArgs compile_args = { x, y, z }; in run_shader() local
313 run_shader_with_raw_args(compile(sources), compile_args, raw_args); in run_shader()
318 const CompileArgs &compile_args, in run_shader() argument
324 compile(sources, compile_args.compiler_command_line), in run_shader()
325 compile_args, raw_args); in run_shader()
335 CompileArgs compile_args = { x, y, z }; in run_shader() local
[all …]
Dcompute_test.cpp466 const CompileArgs &compile_args, in run_shader_with_raw_args() argument
488 conf.local_size[0] = compile_args.x; in run_shader_with_raw_args()
493 conf.local_size[1] = compile_args.y; in run_shader_with_raw_args()
498 conf.local_size[2] = compile_args.z; in run_shader_with_raw_args()
502 if (compile_args.x % conf.local_size[0] || in run_shader_with_raw_args()
503 compile_args.y % conf.local_size[1] || in run_shader_with_raw_args()
504 compile_args.z % conf.local_size[2]) in run_shader_with_raw_args()
511 compile_args.work_props.global_offset_x != 0 || in run_shader_with_raw_args()
512 compile_args.work_props.global_offset_y != 0 || in run_shader_with_raw_args()
513 compile_args.work_props.global_offset_z != 0; in run_shader_with_raw_args()
[all …]
/third_party/python/Lib/lib2to3/fixes/
Dfix_execfile.py45 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
46 compile_call = Call(Name("compile"), compile_args, "")
/third_party/musl/tools/api_cmp_tool/
Dcompare.py162 compile_args = ['-x', 'c++']
172 parser = index.parse(i, args=compile_args)
189 args=marcros_list + compile_args +
/third_party/mesa3d/src/freedreno/ds/
Dmeson.build41 compile_args: [
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/
Dmeson.build20 compile_args : extra_args,
/third_party/mesa3d/src/panfrost/ds/
Dmeson.build27 compile_args: compile_args_pps_panfrost
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py383 compile_args, preprocessor_args, variable_name): argument
386 compile_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
447 def add_job(self, shader_file, shader_basename, variation_string, output_path, compile_args, argument
460 output_path, compile_args, preprocessor_args,
/third_party/mesa3d/src/intel/ds/
Dmeson.build72 compile_args: compile_args_pps_intel,
/third_party/pulseaudio/src/
Dmeson.build206 x11_dep, libsystemd_dep, glib_dep.partial_dependency(compile_args: true),
207 gtk_dep.partial_dependency(compile_args: true), asyncns_dep, libintl_dep,
/third_party/mesa3d/src/gallium/drivers/tegra/
Dmeson.build40 compile_args : '-DGALLIUM_TEGRA',
/third_party/mesa3d/src/gallium/winsys/tegra/drm/
Dmeson.build32 compile_args : '-DGALLIUM_TEGRA',
/third_party/lz4/contrib/meson/meson/lib/
Dmeson.build27 compile_args += '-DLZ4_STATIC_LINKING_ONLY'
/third_party/mesa3d/src/gallium/drivers/asahi/
Dmeson.build39 compile_args : '-DGALLIUM_ASAHI',
/third_party/mesa3d/src/gallium/drivers/virgl/
Dmeson.build44 compile_args : '-DGALLIUM_VIRGL',
/third_party/mesa3d/src/gallium/winsys/kmsro/drm/
Dmeson.build54 compile_args : '-DGALLIUM_KMSRO',
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dmeson.build84 compile_args : compile_args_panfrost,
/third_party/mesa3d/src/gallium/drivers/i915/
Dmeson.build74 compile_args : '-DGALLIUM_I915',
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dmeson.build82 compile_args : '-DGALLIUM_D3D12',
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dmeson.build88 compile_args : '-DGALLIUM_SOFTPIPE',
/third_party/mesa3d/src/gallium/drivers/crocus/
Dmeson.build88 compile_args : '-DGALLIUM_CROCUS',
/third_party/mesa3d/src/gallium/drivers/svga/
Dmeson.build104 compile_args : '-DGALLIUM_VMWGFX',
/third_party/mesa3d/src/gallium/drivers/iris/
Dmeson.build98 compile_args : '-DGALLIUM_IRIS',
/third_party/mesa3d/src/gallium/drivers/v3d/
Dmeson.build102 compile_args : '-DGALLIUM_V3D',

12