Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h807 static inline unsigned nine_format_get_stride(enum pipe_format format, in nine_format_get_stride() function
830 size = nine_format_get_stride(format, w) * in nine_format_get_level_alloc_size()
853 size += nine_format_get_stride(format, w) * in nine_format_get_size_and_offsets()
Dsurface9.c164 This->stride_internal = nine_format_get_stride(This->format_internal, in NineSurface9_ctor()
195 This->stride = nine_format_get_stride(This->base.info.format, pDesc->Width); in NineSurface9_ctor()
858 This->stride = nine_format_get_stride(This->base.info.format, in NineSurface9_SetResourceResize()
Dvolume9.c125 This->stride_internal = nine_format_get_stride(This->format_internal, in NineVolume9_ctor()