Home
last modified time | relevance | path

Searched refs:fbfetch_msaa (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c85 if (ctx->shader->key.ps.mono.fbfetch_msaa) in si_nir_emit_fbfetch()
89 ctx->shader->key.ps.mono.fbfetch_msaa && in si_nir_emit_fbfetch()
103 if (ctx->shader->key.ps.mono.fbfetch_msaa) in si_nir_emit_fbfetch()
H A Dsi_shader.h740 unsigned fbfetch_msaa : 1; member
H A Dsi_state_shaders.cpp2247 key->ps.mono.fbfetch_msaa = sctx->framebuffer.nr_samples > 1;
2256 key->ps.mono.fbfetch_msaa = 0;
H A Dsi_shader.c1311 fprintf(f, " mono.fbfetch_msaa = %u\n", key->ps.mono.fbfetch_msaa); in si_dump_shader_key()

Completed in 13 milliseconds