Home
last modified time | relevance | path

Searched refs:nine_format_get_stride (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h773 static inline unsigned nine_format_get_stride(enum pipe_format format, in nine_format_get_stride() function
796 size = nine_format_get_stride(format, w) * in nine_format_get_level_alloc_size()
819 size += nine_format_get_stride(format, w) * in nine_format_get_size_and_offsets()
Dsurface9.c161 This->stride_internal = nine_format_get_stride(This->format_internal, in NineSurface9_ctor()
192 This->stride = nine_format_get_stride(This->base.info.format, pDesc->Width); in NineSurface9_ctor()
832 This->stride = nine_format_get_stride(This->base.info.format, in NineSurface9_SetResourceResize()
Dvolume9.c126 This->stride_internal = nine_format_get_stride(This->format_internal, in NineVolume9_ctor()