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

/external/kernel-headers/original/uapi/linux/
H A Dfd.h178 int native_format; /* native format of this drive */ member in struct:floppy_drive_params
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c46 /* If (velem[i].src_format != native_format[i]), the vertex buffer
48 * its vertex data must be translated to native_format[i]. */
49 enum pipe_format native_format[PIPE_MAX_ATTRIBS]; member in struct:u_vbuf_elements
53 * - src_format != native_format, as discussed above.
499 assert(translate_is_output_format_supported(mgr->ve->native_format[i]));
512 te->output_format = mgr->ve->native_format[i];
675 ve->native_format[i] = format;
677 util_format_get_blocksize(ve->native_format[i]);

Completed in 126 milliseconds