Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4690 int grad_size = coord_size - (sampler_type->sampler_array ? 1 : 0); in _texture() local
4691 ir_variable *dPdx = in_var(glsl_type::vec(grad_size), "dPdx"); in _texture()
4692 ir_variable *dPdy = in_var(glsl_type::vec(grad_size), "dPdy"); in _texture()