Home | History | Annotate | Download | only in nir

Lines Matching refs:sampler_dim

1176       instr->sampler_dim = GLSL_SAMPLER_DIM_BUF;
1179 instr->sampler_dim = GLSL_SAMPLER_DIM_1D;
1182 instr->sampler_dim = GLSL_SAMPLER_DIM_1D;
1186 instr->sampler_dim = GLSL_SAMPLER_DIM_1D;
1190 instr->sampler_dim = GLSL_SAMPLER_DIM_1D;
1195 instr->sampler_dim = GLSL_SAMPLER_DIM_2D;
1198 instr->sampler_dim = GLSL_SAMPLER_DIM_2D;
1202 instr->sampler_dim = GLSL_SAMPLER_DIM_MS;
1205 instr->sampler_dim = GLSL_SAMPLER_DIM_MS;
1209 instr->sampler_dim = GLSL_SAMPLER_DIM_2D;
1213 instr->sampler_dim = GLSL_SAMPLER_DIM_2D;
1218 instr->sampler_dim = GLSL_SAMPLER_DIM_3D;
1221 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE;
1224 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE;
1228 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE;
1232 instr->sampler_dim = GLSL_SAMPLER_DIM_CUBE;
1237 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT;
1240 instr->sampler_dim = GLSL_SAMPLER_DIM_RECT;
1331 switch (instr->sampler_dim) {
1348 unreachable("invalid sampler_dim");