Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp393 auto *compiler_options = dev_get_nir_compiler_options(dev); in load_libclc_nir() local
396 &spirv_options, compiler_options); in load_libclc_nir()
426 auto *compiler_options = dev_get_nir_compiler_options(dev); in spirv_to_nir() local
430 &spirv_options, compiler_options); in spirv_to_nir()
539 if (compiler_options->lower_int64_options) in spirv_to_nir()
/third_party/mesa3d/src/compiler/glsl/
Dstandalone.cpp538 struct gl_shader_compiler_options *const compiler_options = in standalone_compile_shader() local
551 compiler_options, in standalone_compile_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1261 const struct nir_shader_compiler_options *compiler_options) in nir_lower_tex_block() argument
1299 if (compiler_options->has_txs) in nir_lower_tex_block()
1487 const struct nir_shader_compiler_options *compiler_options) in nir_lower_tex_impl() argument
1494 progress |= nir_lower_tex_block(block, &builder, options, compiler_options); in nir_lower_tex_impl()