Searched refs:native_format (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c106 /* If (velem[i].src_format != native_format[i]), the vertex buffer
108 * its vertex data must be translated to native_format[i]. */
109 enum pipe_format native_format[PIPE_MAX_ATTRIBS]; member in struct:u_vbuf_elements
115 * - src_format != native_format, as discussed above.
634 enum pipe_format output_format = mgr->ve->native_format[i];
772 ve->native_format[i] = format;
774 util_format_get_blocksize(ve->native_format[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c110 /* If (velem[i].src_format != native_format[i]), the vertex buffer
112 * its vertex data must be translated to native_format[i]. */
113 enum pipe_format native_format[PIPE_MAX_ATTRIBS]; member in struct:u_vbuf_elements
119 * - src_format != native_format, as discussed above.
734 enum pipe_format output_format = mgr->ve->native_format[i];
880 ve->native_format[i] = format;
882 util_format_get_blocksize(ve->native_format[i]);

Completed in 6 milliseconds