Searched refs:VARYING_BIT_POS (Results 1 – 15 of 15) sorted by relevance
216 wm_key->input_slots_valid = nir->info.inputs_read | VARYING_BIT_POS; in blorp_compile_fs()282 const uint64_t slots_valid = VARYING_BIT_POS | in blorp_ensure_sf_program()
584 key->input_slots_valid = prog->info.inputs_read | VARYING_BIT_POS; in brw_wm_populate_default_key()617 prog->info.inputs_read | VARYING_BIT_POS, in brw_fs_precompile()
340 #define VARYING_BIT_POS BITFIELD64_BIT(VARYING_SLOT_POS) macro
1047 ~VARYING_BIT_POS & ~VARYING_BIT_FACE)
386 info->writes_position = nir->info.outputs_written & VARYING_BIT_POS; in si_nir_scan_shader()
883 if (program->info.inputs_read & VARYING_BIT_POS) { in st_translate_mesa_program()
340 options->LowerBuiltinVariablesXfb |= VARYING_BIT_POS; in st_init_limits()
6738 if (proginfo->info.inputs_read & VARYING_BIT_POS) { in st_translate_program()7146 (prog->info.inputs_read & VARYING_BIT_POS || in get_mesa_program_tgsi()
501 attribsMask &= ~VARYING_BIT_POS; /* WPOS is always handled specially */ in _swrast_update_active_attribs()
1003 if (inputsRead & VARYING_BIT_POS) in shade_texture_span()
960 bool have_wpos = (fprog && (fprog->info.inputs_read & VARYING_BIT_POS)); in intelChooseRenderState()
1069 if ((inputs & VARYING_BIT_POS) == 0) in check_wpos()
2634 if ((s->info.inputs_read & VARYING_BIT_POS) || in nir_to_tgsi()
4161 (info->outputs_written & (VARYING_BIT_POS | VARYING_BIT_CLIP_VERTEX)) && in iris_populate_vs_key()4187 (info->outputs_written & (VARYING_BIT_POS | VARYING_BIT_CLIP_VERTEX)) && in iris_populate_tes_key()4204 (info->outputs_written & (VARYING_BIT_POS | VARYING_BIT_CLIP_VERTEX)) && in iris_populate_gs_key()
2375 can_rearrange_varyings ? 0 : info->inputs_read | VARYING_BIT_POS, in iris_create_fs_state()