Lines Matching defs:dim
2026 static unsigned ac_num_coords(enum ac_image_dim dim)
2028 switch (dim) {
2042 unreachable("ac_num_coords: bad dim");
2046 static unsigned ac_num_derivs(enum ac_image_dim dim)
2048 switch (dim) {
2106 enum ac_image_dim dim = a->dim;
2148 switch (dim) {
2150 dim = ac_image_1d;
2154 dim = ac_image_2d;
2204 unsigned count = ac_num_derivs(dim);
2209 unsigned num_coords = a->opcode != ac_image_get_resinfo ? ac_num_coords(dim) : 0;
2269 switch (dim) {
2295 unreachable("invalid dim");
3102 fmask_load.dim = is_array_tex ? ac_image_2darray : ac_image_2d;