Home
last modified time | relevance | path

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

/external/rust/crates/plotters/src/coord/ranged3d/
Dcartesian3d.rs13 coord_size: (i32, i32, i32), field
53 coord_size: (default_size, default_size, default_size), in with_projection()
87 self.logic_x.map(x, (0, self.coord_size.0)), in map_3d()
88 self.logic_y.map(y, (0, self.coord_size.1)), in map_3d()
89 self.logic_z.map(z, (0, self.coord_size.2)), in map_3d()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6473 const int coord_size = sampler_type->coordinate_components(); in _texture() local
6475 if (coord_size == coord_type->vector_elements) { in _texture()
6481 tex->coordinate = swizzle_for_size(P, coord_size); in _texture()
6500 tex->shadow_comparator = swizzle(P, MAX2(coord_size, SWIZZLE_Z), 1); in _texture()
6509 int grad_size = coord_size - (sampler_type->sampler_array ? 1 : 0); in _texture()
6519 int offset_size = coord_size - (sampler_type->sampler_array ? 1 : 0); in _texture()