Searched defs:isl_extent3d (Results 1 – 1 of 1) sorted by relevance
963 struct isl_extent3d { struct964 union { uint32_t w, width; };965 union { uint32_t h, height; };966 union { uint32_t d, depth; };1646 isl_extent3d(uint32_t width, uint32_t height, uint32_t depth) in isl_extent3d() function