Searched refs:inline_uniforms (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug_options.h | 1 OPT_BOOL(inline_uniforms, true, "Optimize shaders by replacing uniforms with literals")
|
| H A D | si_shader.h | 693 unsigned inline_uniforms:1; member in struct:si_shader_key::__anon396a29301308
|
| H A D | si_descriptors.c | 1230 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 D | si_shader_nir.c | 936 if (sscreen->options.inline_uniforms)
|
| H A D | si_shader.c | 1263 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 D | si_state_shaders.c | 101 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 D | zink_shader_keys.h | 82 unsigned inline_uniforms:1; member in struct:zink_shader_key
|
| H A D | zink_screen.h | 162 bool inline_uniforms; member in struct:zink_screen::__anonf29717400208
|
| H A D | zink_compiler.c | 792 if (key->inline_uniforms) { 1488 if (screen->driconf.inline_uniforms)
|
| H A D | zink_program.c | 102 key->inline_uniforms = false;
|
| H A D | zink_screen.c | 1988 //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 D | zink_context.c | 1033 key->inline_uniforms = true; 1059 key->inline_uniforms = false;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 3495 - nir/inline_uniforms: add uniforms in condition atomically 3496 - nir/inline_uniforms: support vector uniform 3500 - nir/inline_uniforms: support loop
|
| H A D | 21.0.0.rst | 2061 - radeonsi: add options.inline_uniforms to the shader cache key
|
| H A D | 20.3.0.rst | 3572 - 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