Searched refs:has_per_sample_input (Results 1 – 2 of 2) sorted by relevance
162 unsigned has_per_sample_input:1; member
2738 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()