Searched defs:isl_extent4d (Results 1 – 1 of 1) sorted by relevance
1094 struct isl_extent4d { struct1095 union { uint32_t w, width; };1096 union { uint32_t h, height; };1097 union { uint32_t d, depth; };1098 union { uint32_t a, array_len; };1967 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth, in isl_extent4d() function