Home
last modified time | relevance | path

Searched defs:compiler_options (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.h67 nir_shader_compiler_options compiler_options; member
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp422 auto *compiler_options = dev_get_nir_compiler_options(dev); in load_libclc_nir() local
457 auto *compiler_options = dev_get_nir_compiler_options(dev); in spirv_to_nir() local
/third_party/mesa3d/src/compiler/glsl/
Dstandalone.cpp537 struct gl_shader_compiler_options *const compiler_options = in standalone_compile_shader() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1364 const struct nir_shader_compiler_options *compiler_options) in nir_lower_tex_block()
1609 const struct nir_shader_compiler_options *compiler_options) in nir_lower_tex_impl()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6575 ForDebugging for_debugging, const LiftoffOptions& compiler_options) { in ExecuteLiftoffCompilation()