HomeSort by: relevance | last modified time | path
    Searched defs:nir_options (Results 1 - 25 of 34) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/tests/
helpers.h 57 nir_shader_compiler_options nir_options; local
58 memset(&nir_options, 0, sizeof(nir_options));
59 nir_options.use_scoped_barrier = true;
62 MESA_SHADER_COMPUTE, "main", &spirv_options, &nir_options);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_compiler.c 171 struct nir_shader_compiler_options *nir_options = local
174 *nir_options = scalar_nir_options;
177 nir_options->lower_flrp32 = true;
180 *nir_options = vector_nir_options;
184 nir_options->lower_flrp32 = true;
189 nir_options->lower_ffma = devinfo->gen < 6;
191 nir_options->lower_bitfield_reverse = devinfo->gen < 7;
193 nir_options->lower_int64_options = int64_options;
194 nir_options->lower_doubles_options = fp64_options;
195 compiler->glsl_compiler_options[i].NirOptions = nir_options;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
lima_compiler_cmdline.c 105 const nir_shader_compiler_options *nir_options = local
115 nir_shader *nir = glsl_to_nir(&local_ctx, prog, stage, nir_options);
118 if (nir_options->lower_all_io_to_temps ||
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_compiler.c 172 struct nir_shader_compiler_options *nir_options = local
175 *nir_options = scalar_nir_options;
177 *nir_options = vector_nir_options;
183 nir_options->lower_ffma16 = devinfo->ver < 6;
184 nir_options->lower_ffma32 = devinfo->ver < 6;
185 nir_options->lower_ffma64 = devinfo->ver < 6;
186 nir_options->lower_flrp32 = devinfo->ver < 6 || devinfo->ver >= 11;
187 nir_options->lower_fpow = devinfo->ver >= 12;
189 nir_options->lower_rotate = devinfo->ver < 11;
190 nir_options->lower_bitfield_reverse = devinfo->ver < 7
    [all...]
brw_nir_lower_shader_calls.c 260 const nir_shader_compiler_options *nir_options = local
264 nir_options,
brw_nir_rt.c 419 const nir_shader_compiler_options *nir_options = local
425 nir_options,
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_shader.c 45 const nir_shader_compiler_options *nir_options = local
73 &spirv_options, nir_options);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 963 static const nir_shader_compiler_options nir_options = { variable
1001 return &nir_options;
  /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
spirv_to_dxil.c 180 struct nir_shader_compiler_options nir_options = *dxil_get_nir_compiler_options(); local
183 nir_options.lower_base_vertex = !conf->zero_based_vertex_instance_id;
188 &spirv_opts, &nir_options);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 881 static const nir_shader_compiler_options nir_options = { variable
915 return &nir_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
ir3_cmdline.c 116 const nir_shader_compiler_options *nir_options = local
124 nir_shader *nir = glsl_to_nir(&local_ctx, prog, stage, nir_options);
127 if (nir_options->lower_all_io_to_temps ||
378 const nir_shader_compiler_options *nir_options = local
396 nir = tgsi_to_nir_noscreen(toks, nir_options);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_get.c 466 return &sscreen->nir_options;
994 const struct nir_shader_compiler_options nir_options = { local
1057 sscreen->nir_options = nir_options;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 167 const nir_shader_compiler_options *nir_options = NULL; local
173 nir_options = (const nir_shader_compiler_options *)
180 c->ShaderCompilerOptions[stage].NirOptions = nir_options;
1846 const struct nir_shader_compiler_options *nir_options = local
1853 !(nir_options->lower_doubles_options & nir_lower_fp64_full_software))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
ir3_cmdline.c 113 const nir_shader_compiler_options *nir_options = local
121 nir_shader *nir = glsl_to_nir(&local_ctx, prog, stage, nir_options);
124 if (nir_options->lower_all_io_to_temps ||
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 899 static const nir_shader_compiler_options nir_options = { variable
968 return &nir_options;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_get.c 482 static const struct nir_shader_compiler_options nir_options = { variable in typeref:struct:nir_shader_compiler_options
511 return &nir_options;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c 168 const nir_shader_compiler_options *nir_options = NULL; local
171 nir_options = (const nir_shader_compiler_options *)
178 c->ShaderCompilerOptions[stage].NirOptions = nir_options;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_shader.c 91 const nir_shader_compiler_options *nir_options = local
106 &spirv_options, nir_options);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader.c 53 static const struct nir_shader_compiler_options nir_options = { variable in typeref:struct:nir_shader_compiler_options
194 nir->options = &nir_options;
271 &spirv_options, &nir_options);
  /xsrc/external/mit/MesaLib/dist/src/compiler/clc/
clc.h 165 const struct nir_shader_compiler_options *nir_options; member in struct:clc_libclc_options
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe_common.c 1184 return &rscreen->nir_options;
1322 const struct nir_shader_compiler_options nir_options = { local
1358 rscreen->nir_options = nir_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_screen.h 124 struct nir_shader_compiler_options nir_options; member in struct:zink_screen
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_pipeline.c 112 const nir_shader_compiler_options *nir_options = local
186 stage, entrypoint_name, &spirv_options, nir_options);
531 const nir_shader_compiler_options *nir_options = local
536 nir_options,
  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
clc_compiler.c 776 .nir_options = dxil_get_nir_compiler_options(),
827 nir_shader_compiler_options nir_options = local
831 nir_options.lower_pack_64_2x32_split = false;
832 nir_options.lower_unpack_64_2x32_split = false;
833 nir_options.lower_int64_options = ~0;
837 nir_options.support_16bit_alu = true;
846 &nir_options);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline.c 436 const nir_shader_compiler_options *nir_options = &v3dv_nir_options; local
453 &spirv_options, nir_options);

Completed in 27 milliseconds

1 2