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 D | nine_pipe.h | 773 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 D | surface9.c | 161 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 D | volume9.c | 126 This->stride_internal = nine_format_get_stride(This->format_internal,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_pipe.h | 807 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 D | surface9.c | 164 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 D | volume9.c | 125 This->stride_internal = nine_format_get_stride(This->format_internal,
|
Completed in 8 milliseconds