Searched defs:isl_extent4d (Results 1 – 1 of 1) sorted by relevance
969 struct isl_extent4d { struct970 union { uint32_t w, width; };971 union { uint32_t h, height; };972 union { uint32_t d, depth; };973 union { uint32_t a, array_len; };1658 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth, in isl_extent4d() function