Searched defs:isl_extent3d (Results 1 – 1 of 1) sorted by relevance
1295 struct isl_extent3d { struct1296 union { uint32_t w, width; };1297 union { uint32_t h, height; };1298 union { uint32_t d, depth; };2320 isl_extent3d(uint32_t width, uint32_t height, uint32_t depth) in isl_extent3d() function