| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_subgroups.c | 227 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 D | nir.h | 3401 bool lower_to_scalar:1; member in struct:nir_lower_subgroups_options
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_subgroups.c | 218 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 D | nir.h | 3659 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 D | st_nir_builtins.c | 48 if (nir->options->lower_to_scalar) {
|
| H A D | st_glsl_to_nir.cpp | 278 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 D | brw_compiler.c | 57 .lower_to_scalar = true, \
|
| H A D | brw_nir.c | 832 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 73 .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 D | v3d_screen.c | 686 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.c | 615 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 896 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 352 .lower_to_scalar = 1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 748 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.c | 990 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_get.c | 1039 .lower_to_scalar = true,
|
| H A D | si_shader_nir.c | 853 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.c | 184 NIR_PASS_V(nir, brw_nir_lower_uniforms, nir->options->lower_to_scalar);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 1353 .lower_to_scalar = true,
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 244 .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 D | radv_pipeline.c | 3493 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 D | radv_shader.c | 671 .lower_to_scalar = 1,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 1365 subgroup_options.lower_to_scalar = true;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 2421 if (nir->options->lower_to_scalar) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 2435 - 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
|