Searched defs:isl_extent3d (Results 1 – 1 of 1) sorted by relevance
1088 struct isl_extent3d { struct1089 union { uint32_t w, width; };1090 union { uint32_t h, height; };1091 union { uint32_t d, depth; };1955 isl_extent3d(uint32_t width, uint32_t height, uint32_t depth) in isl_extent3d() function