Searched refs:nir_opt_large_constants (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.3.rst36 - [spirv-fuzz] Shader causes an assertion failure in nir_opt_large_constants
H A D19.3.0.rst751 - ac/nir: Enable nir_opt_large_constants
H A D21.0.0.rst202 - freedreno: Use nir_opt_large_constants
H A D20.3.0.rst91 - \[spirv-fuzz\] Shader causes an assertion failure in nir_opt_large_constants
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_large_constants.c167 nir_opt_large_constants(nir_shader *shader, function in typeref:typename:bool
H A Dnir.h3830 * 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 Dnir_opt_large_constants.c133 nir_opt_large_constants(nir_shader *shader, function in typeref:typename:bool
H A Dnir.h2607 * nir_opt_large_constants.
3725 bool nir_opt_large_constants(nir_shader *shader,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DMakefile.sources302 nir/nir_opt_large_constants.c \
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c731 OPT(nir_opt_large_constants, NULL, 32);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c823 OPT(nir_opt_large_constants, NULL, 32);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c911 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 Dir3_nir.c691 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 Dradv_shader.c737 NIR_PASS_V(nir, nir_opt_large_constants, glsl_get_natural_size_align_bytes, 16);

Completed in 46 milliseconds