Home
last modified time | relevance | path

Searched defs:compile_args (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dcompute_test.h297 const CompileArgs &compile_args, in run_shader()
312 CompileArgs compile_args = { x, y, z }; in run_shader() local
318 const CompileArgs &compile_args, in run_shader()
335 CompileArgs compile_args = { x, y, z }; in run_shader() local
H A Dcompute_test.cpp466 const CompileArgs &compile_args, in run_shader_with_raw_args()
793 const std::vector<const char *> &compile_args, in compile()
H A Dclc_compiler_test.cpp1799 CompileArgs compile_args = { 1, 1, 1 }; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.cpp612 struct compile_args struct
614 compiler& c;
615 compile_args(compiler& c) : c(c) {} in compile_args() argument
617 typedef value result_type;
618 value operator()(ast::expression const& expr) const in operator ()()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py388 compile_args, preprocessor_args, variable_name): argument
452 def add_job(self, shader_file, shader_basename, variation_string, output_path, compile_args, argument
/aosp_15_r20/external/lz4/build/meson/meson/
H A Dmeson.build37 compile_args = [] variable
/aosp_15_r20/external/capstone/bindings/python/
H A Dsetup_cython.py40 compile_args = ['-O3', '-fomit-frame-pointer', '-I' + HEADERS_DIR] variable
/aosp_15_r20/external/python/cpython2/Tools/ssl/
Dmultissltests.py139 def __init__(self, version, compile_args=(), argument
/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson_impl.py92 compile_args=[], argument
118 def partial_dependency(self, compile_args=''): argument
H A Dmeson_common.py40 compile_args=[], argument
/aosp_15_r20/system/core/init/
H A Dselinux.cpp341 std::vector<const char*> compile_args { in OpenSplitPolicy() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c682 LLVMValueRef compile_args[4] = { in compile_jit_sample_function() local