Home
last modified time | relevance | path

Searched defs:isl_extent3d (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl.h1295 struct isl_extent3d { struct
1296 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