Searched defs:isl_extent4d (Results 1 – 1 of 1) sorted by relevance
1301 struct isl_extent4d { struct1302 union { uint32_t w, width; };1303 union { uint32_t h, height; };1304 union { uint32_t d, depth; };1305 union { uint32_t a, array_len; };2332 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth, in isl_extent4d() function