Searched refs:safe_constlens (Results 1 – 2 of 2) sorted by relevance
127 uint32_t safe_constlens = ir3_trim_constlen(variants, compiler); in ir3_cache_lookup() local132 if (safe_constlens & (1 << stage)) { in ir3_cache_lookup()147 !!(safe_constlens & (1 << MESA_SHADER_VERTEX)); in ir3_cache_lookup()
2435 uint32_t safe_constlens = ir3_trim_constlen(builder->variants, compiler); in tu_pipeline_builder_compile_shaders() local2444 if (safe_constlens & (1 << stage)) { in tu_pipeline_builder_compile_shaders()2462 key.safe_constlen = !!(safe_constlens & (1 << MESA_SHADER_VERTEX)); in tu_pipeline_builder_compile_shaders()