Home
last modified time | relevance | path

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

/external/mesa3d/src/microsoft/clc/
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
Dcompute_test.cpp466 const CompileArgs &compile_args, in run_shader_with_raw_args()
793 const std::vector<const char *> &compile_args, in compile()
Dclc_compiler_test.cpp1799 CompileArgs compile_args = { 1, 1, 1 }; in TEST_F() local
/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() function
617 typedef value result_type;
618 value operator()(ast::expression const& expr) const in operator ()()
/external/capstone/bindings/python/
Dsetup_cython.py40 compile_args = ['-O3', '-fomit-frame-pointer', '-I' + HEADERS_DIR] variable
/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py383 compile_args, preprocessor_args, variable_name): argument
447 def add_job(self, shader_file, shader_basename, variation_string, output_path, compile_args, argument
/external/python/cpython2/Tools/ssl/
Dmultissltests.py139 def __init__(self, version, compile_args=(), argument
/external/mesa3d/python-build/
Dmeson_impl.py77 compile_args=[], argument
103 def partial_dependency(self, compile_args=''): argument
Dmeson_common.py42 compile_args=[], argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c607 LLVMValueRef compile_args[4] = { in compile_jit_sample_function() local