Searched refs:lower_to_scalar (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_subgroups.c227 bool lower_to_scalar, bool lower_to_32bit)
279 if (lower_to_scalar && shuffle->num_components > 1) {
308 if (options->lower_to_scalar && intrin->num_components > 1)
319 if (options->lower_to_scalar && intrin->num_components > 1)
441 if (options->lower_to_scalar && intrin->num_components > 1)
451 return lower_shuffle(b, intrin, options->lower_to_scalar, options->lower_shuffle_to_32bit);
452 else if (options->lower_to_scalar && intrin->num_components > 1)
463 return lower_shuffle(b, intrin, options->lower_to_scalar, false);
464 else if (options->lower_to_scalar && intrin->num_components > 1)
471 if (options->lower_to_scalar
226 lower_shuffle(nir_builder * b,nir_intrinsic_instr * intrin,bool lower_to_scalar,bool lower_to_32bit) argument
[all...]
H A Dnir.h3401 bool lower_to_scalar:1; member in struct:nir_lower_subgroups_options
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_subgroups.c218 if (options->lower_to_scalar && swizzle->num_components > 1) {
296 if (options->lower_to_scalar && shuffle->num_components > 1) {
499 if (options->lower_to_scalar && qbcst->num_components > 1) {
547 if (options->lower_to_scalar && intrin->num_components > 1)
557 if (options->lower_to_scalar && intrin->num_components > 1)
566 if (options->lower_to_scalar && intrin->num_components > 1)
703 if (options->lower_to_scalar && intrin->num_components > 1)
713 else if (options->lower_to_scalar && intrin->num_components > 1)
728 else if (options->lower_to_scalar && intrin->num_components > 1)
740 if (options->lower_to_scalar
[all...]
H A Dnir.h3659 bool lower_to_scalar; member in struct:nir_shader_compiler_options
5022 bool lower_to_scalar:1; member in struct:nir_lower_subgroups_options
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_builtins.c48 if (nir->options->lower_to_scalar) {
H A Dst_glsl_to_nir.cpp278 if (nir->options->lower_to_scalar) {
411 if (options->lower_to_scalar) {
548 if (!nir->options->lower_to_scalar) {
624 if (producer->options->lower_to_scalar) {
773 if (options->lower_to_scalar) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.c57 .lower_to_scalar = true, \
H A Dbrw_nir.c832 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c73 .lower_to_scalar = true,
130 .lower_to_scalar = true,
541 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c686 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c615 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c896 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c352 .lower_to_scalar = 1,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c748 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c990 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_get.c1039 .lower_to_scalar = true,
H A Dsi_shader_nir.c853 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c184 NIR_PASS_V(nir, brw_nir_lower_uniforms, nir->options->lower_to_scalar);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1353 .lower_to_scalar = true,
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c244 .lower_to_scalar = true,
1704 if (nir->options->lower_to_scalar) {
1738 if (producer->options->lower_to_scalar) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c3493 bool lower_to_scalar = false; local in function:radv_create_shaders
3509 lower_to_scalar = true;
3515 lower_to_scalar |=
3518 if (lower_to_scalar)
H A Dradv_shader.c671 .lower_to_scalar = 1,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c1365 subgroup_options.lower_to_scalar = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2421 if (nir->options->lower_to_scalar) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst2435 - nir: add nir_shader_compiler_options::lower_to_scalar
2436 - st/mesa: use nir_shader_compiler_options::lower_to_scalar
2437 - tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalar

Completed in 66 milliseconds

12