Searched refs:nir_opt_large_constants (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.3.rst | 36 - [spirv-fuzz] Shader causes an assertion failure in nir_opt_large_constants
|
| H A D | 19.3.0.rst | 751 - ac/nir: Enable nir_opt_large_constants
|
| H A D | 21.0.0.rst | 202 - freedreno: Use nir_opt_large_constants
|
| H A D | 20.3.0.rst | 91 - \[spirv-fuzz\] Shader causes an assertion failure in nir_opt_large_constants
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_large_constants.c | 167 nir_opt_large_constants(nir_shader *shader, function in typeref:typename:bool
|
| H A D | nir.h | 3830 * into them). This is usually generated by nir_opt_large_constants (so 5563 bool nir_opt_large_constants(nir_shader *shader,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_large_constants.c | 133 nir_opt_large_constants(nir_shader *shader, function in typeref:typename:bool
|
| H A D | nir.h | 2607 * nir_opt_large_constants. 3725 bool nir_opt_large_constants(nir_shader *shader,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Makefile.sources | 302 nir/nir_opt_large_constants.c \
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 731 OPT(nir_opt_large_constants, NULL, 32);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 823 OPT(nir_opt_large_constants, NULL, 32);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 911 NIR_PASS(changed, nir, nir_opt_large_constants, glsl_get_natural_size_align_bytes, 16);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 691 OPT_V(s, nir_opt_large_constants, glsl_get_vec4_size_align_bytes, 702 * nir_opt_large_constants, because loading from a UBO is much, much less
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 737 NIR_PASS_V(nir, nir_opt_large_constants, glsl_get_natural_size_align_bytes, 16);
|
Completed in 46 milliseconds