Searched refs:lower_shuffle (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_subgroups.c226 lower_shuffle(nir_builder *b, nir_intrinsic_instr *intrin, function in typeref:typename:nir_ssa_def *
450 if (options->lower_shuffle)
451 return lower_shuffle(b, intrin, options->lower_to_scalar, options->lower_shuffle_to_32bit);
463 return lower_shuffle(b, intrin, options->lower_to_scalar, false);
H A Dnir.h3405 bool lower_shuffle:1; member in struct:nir_lower_subgroups_options
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_subgroups.c229 lower_shuffle(nir_builder *b, nir_intrinsic_instr *intrin, function in typeref:typename:nir_ssa_def *
482 return lower_shuffle(b, intrin, options);
711 if (options->lower_shuffle)
712 return lower_shuffle(b, intrin, options);
H A Dnir.h5026 bool lower_shuffle:1; member in struct:nir_lower_subgroups_options
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c354 .lower_shuffle = 1,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c751 .lower_shuffle = true,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c834 .lower_shuffle = true,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c673 .lower_shuffle = 1,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3881 - nir/lower_subgroups: pass options struct to lower_shuffle
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json7042 "description": "nir/lower_subgroups: Rename lower_shuffle to lower_relative_shuffle",
[all...]

Completed in 205 milliseconds