Searched refs:inline_uniforms (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug_options.h1 OPT_BOOL(inline_uniforms, true, "Optimize shaders by replacing uniforms with literals")
H A Dsi_shader.h693 unsigned inline_uniforms:1; member in struct:si_shader_key::__anon396a29301308
H A Dsi_descriptors.c1230 if (sctx->shaders[shader].key.opt.inline_uniforms) {
1231 sctx->shaders[shader].key.opt.inline_uniforms = false;
1276 if (!sctx->shaders[shader].key.opt.inline_uniforms) {
1278 sctx->shaders[shader].key.opt.inline_uniforms = true;
H A Dsi_shader_nir.c936 if (sscreen->options.inline_uniforms)
H A Dsi_shader.c1263 fprintf(f, " opt.inline_uniforms = %u (0x%x, 0x%x, 0x%x, 0x%x)\n",
1264 key->opt.inline_uniforms,
1353 if (key && key->opt.inline_uniforms) {
H A Dsi_state_shaders.c101 if (sel->screen->options.inline_uniforms)
2370 if (key->opt.inline_uniforms &&
2377 local_key.opt.inline_uniforms = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_shader_keys.h82 unsigned inline_uniforms:1; member in struct:zink_shader_key
H A Dzink_screen.h162 bool inline_uniforms; member in struct:zink_screen::__anonf29717400208
H A Dzink_compiler.c792 if (key->inline_uniforms) {
1488 if (screen->driconf.inline_uniforms)
H A Dzink_program.c102 key->inline_uniforms = false;
H A Dzink_screen.c1988 //screen->driconf.inline_uniforms = driQueryOptionb(config->options, "radeonsi_inline_uniforms");
1991 screen->driconf.inline_uniforms = debug_get_bool_option("ZINK_INLINE_UNIFORMS", false);
H A Dzink_context.c1033 key->inline_uniforms = true;
1059 key->inline_uniforms = false;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst3495 - nir/inline_uniforms: add uniforms in condition atomically
3496 - nir/inline_uniforms: support vector uniform
3500 - nir/inline_uniforms: support loop
H A D21.0.0.rst2061 - radeonsi: add options.inline_uniforms to the shader cache key
H A D20.3.0.rst3572 - radeonsi: add options.inline_uniforms to the shader cache key
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json[all...]

Completed in 154 milliseconds