Home | History | Annotate | Download | only in nir

Lines Matching refs:sampler_dim

123       assert(tex->sampler_dim == GLSL_SAMPLER_DIM_RECT);
161 txs->sampler_dim = tex->sampler_dim;
199 tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
217 plane_tex->sampler_dim = GLSL_SAMPLER_DIM_2D;
317 txl->sampler_dim = tex->sampler_dim;
358 assert(tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE);
506 assert(tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE);
513 switch (tex->sampler_dim) {
584 if (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) {
716 bool lower_txp = !!(options->lower_txp & (1 << tex->sampler_dim));
737 (tex->sampler_dim == GLSL_SAMPLER_DIM_RECT &&
742 if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->lower_rect) {
783 tex->sampler_dim == GLSL_SAMPLER_DIM_CUBE &&
792 tex->is_shadow && tex->sampler_dim != GLSL_SAMPLER_DIM_CUBE) {