Home | History | Annotate | Download | only in glsl

Lines Matching refs:grad_size

5152       int grad_size = coord_size - (sampler_type->sampler_array ? 1 : 0);
5153 ir_variable *dPdx = in_var(glsl_type::vec(grad_size), "dPdx");
5154 ir_variable *dPdy = in_var(glsl_type::vec(grad_size), "dPdy");