Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp422 auto *compiler_options = dev_get_nir_compiler_options(dev); in load_libclc_nir() local
425 &spirv_options, compiler_options); in load_libclc_nir()
457 auto *compiler_options = dev_get_nir_compiler_options(dev); in spirv_to_nir() local
461 &spirv_options, compiler_options); in spirv_to_nir()
507 if (compiler_options->lower_to_scalar) { in spirv_to_nir()
509 compiler_options->lower_to_scalar_filter, NULL); in spirv_to_nir()
571 if (compiler_options->lower_int64_options) in spirv_to_nir()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.h67 nir_shader_compiler_options compiler_options; member
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/
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/
Dnir_lower_tex.c1364 const struct nir_shader_compiler_options *compiler_options) in nir_lower_tex_block() argument
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() argument
1616 progress |= nir_lower_tex_block(block, &builder, options, compiler_options); in nir_lower_tex_impl()