Searched defs:isl_extent3d (Results 1 – 1 of 1) sorted by relevance
1371 struct isl_extent3d { struct1372 union { uint32_t w, width; };1373 union { uint32_t h, height; };1374 union { uint32_t d, depth; };2586 isl_extent3d(uint32_t width, uint32_t height, uint32_t depth) in isl_extent3d() function