Home
last modified time | relevance | path

Searched refs:BUF_3D_PITCH (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h100 #define BUF_3D_PITCH(x) (((x) / 4) << 2) macro
Di915_surface.c420 surf->buf_info |= BUF_3D_PITCH(tex->stride); /* pitch in bytes */ in i915_create_surface_custom()