Home
last modified time | relevance | path

Searched refs:compiler_options (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp422 auto *compiler_options = dev_get_nir_compiler_options(dev);
425 &spirv_options, compiler_options);
457 auto *compiler_options = dev_get_nir_compiler_options(dev);
461 &spirv_options, compiler_options);
507 if (compiler_options->lower_to_scalar) {
509 compiler_options->lower_to_scalar_filter, NULL);
571 if (compiler_options->lower_int64_options)
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.h67 nir_shader_compiler_options compiler_options; member
H A Dvirgl_screen.c1021 return &vscreen->compiler_options; in virgl_get_compiler_options()
1092 screen->compiler_options = *(nir_shader_compiler_options *) in virgl_create_screen()
1098 screen->compiler_options.lower_ffloor = true; in virgl_create_screen()
1099 screen->compiler_options.lower_fneg = true; in virgl_create_screen()
/third_party/mesa3d/src/compiler/glsl/
H A Dstandalone.cpp537 struct gl_shader_compiler_options *const compiler_options = in standalone_compile_shader() local
549 compiler_options, in standalone_compile_shader()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1364 const struct nir_shader_compiler_options *compiler_options) in nir_lower_tex_block()
1406 else if (compiler_options->has_txs) in nir_lower_tex_block()
1609 const struct nir_shader_compiler_options *compiler_options) in nir_lower_tex_impl()
1616 progress |= nir_lower_tex_block(block, &builder, options, compiler_options); in nir_lower_tex_impl()
1362 nir_lower_tex_block(nir_block *block, nir_builder *b, const nir_lower_tex_options *options, const struct nir_shader_compiler_options *compiler_options) nir_lower_tex_block() argument
1607 nir_lower_tex_impl(nir_function_impl *impl, const nir_lower_tex_options *options, const struct nir_shader_compiler_options *compiler_options) nir_lower_tex_impl() argument
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc6575 ForDebugging for_debugging, const LiftoffOptions& compiler_options) {
6595 if (compiler_options.debug_sidetable) {
6598 DCHECK_IMPLIES(compiler_options.max_steps, for_debugging == kForDebugging);
6602 compiler_options.detected_features ? compiler_options.detected_features
6606 for_debugging, func_index, compiler_options.breakpoints,
6607 compiler_options.dead_breakpoint, compiler_options.max_steps,
6608 compiler_options.nondeterminism);
6613 if (auto* counters = compiler_options
[all...]

Completed in 14 milliseconds