Searched defs:isl_extent4d (Results 1 – 1 of 1) sorted by relevance
1377 struct isl_extent4d { struct1378 union { uint32_t w, width; };1379 union { uint32_t h, height; };1380 union { uint32_t d, depth; };1381 union { uint32_t a, array_len; };2598 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth, in isl_extent4d() function