Home | History | Annotate | Download | only in blorp

Lines Matching defs:frag_coord

61    nir_variable *frag_coord;
86 v->frag_coord = nir_variable_create(b->shader, nir_var_shader_in,
88 v->frag_coord->data.location = VARYING_SLOT_POS;
89 v->frag_coord->data.origin_upper_left = true;
101 nir_ssa_def *coord = nir_f2i(b, nir_load_var(b, v->frag_coord));