Home
last modified time | relevance | path

Searched refs:has_per_sample_input (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h162 unsigned has_per_sample_input:1; member
Dnir_to_dxil.c2738 if (ctx->mod.info.has_per_sample_input) { in emit_load_sample_mask_in()
4200 assert(ctx->mod.info.has_per_sample_input || in emit_load_sample_id()
4203 if (ctx->mod.info.has_per_sample_input) in emit_load_sample_id()
5499 ctx->mod.info.has_per_sample_input = in emit_module()
5501 if (!ctx->mod.info.has_per_sample_input && ctx->shader->info.stage == MESA_SHADER_FRAGMENT) { in emit_module()
5504 ctx->mod.info.has_per_sample_input = true; in emit_module()
5649 ctx->mod.info.has_per_sample_input; in dxil_fill_validation_state()