Searched refs:coord_size (Results 1 – 1 of 1) sorted by relevance
5116 const int coord_size = sampler_type->coordinate_components(); in _texture() local5118 if (coord_size == coord_type->vector_elements) { in _texture()5124 tex->coordinate = swizzle_for_size(P, coord_size); in _texture()5143 tex->shadow_comparator = swizzle(P, MAX2(coord_size, SWIZZLE_Z), 1); in _texture()5152 int grad_size = coord_size - (sampler_type->sampler_array ? 1 : 0); in _texture()5162 int offset_size = coord_size - (sampler_type->sampler_array ? 1 : 0); in _texture()