Searched refs:nine_format_get_stride (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.h773 static inline unsigned nine_format_get_stride(enum pipe_format format, function in typeref:typename:unsigned
796 size = nine_format_get_stride(format, w) *
819 size += nine_format_get_stride(format, w) *
H A Dsurface9.c161 This->stride_internal = nine_format_get_stride(This->format_internal,
192 This->stride = nine_format_get_stride(This->base.info.format, pDesc->Width);
832 This->stride = nine_format_get_stride(This->base.info.format,
H A Dvolume9.c126 This->stride_internal = nine_format_get_stride(This->format_internal,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.h807 static inline unsigned nine_format_get_stride(enum pipe_format format, function in typeref:typename:unsigned
830 size = nine_format_get_stride(format, w) *
853 size += nine_format_get_stride(format, w) *
H A Dsurface9.c164 This->stride_internal = nine_format_get_stride(This->format_internal,
195 This->stride = nine_format_get_stride(This->base.info.format, pDesc->Width);
858 This->stride = nine_format_get_stride(This->base.info.format,
H A Dvolume9.c125 This->stride_internal = nine_format_get_stride(This->format_internal,

Completed in 8 milliseconds