Lines Matching refs:emit
30 * the draw_vbuf code to emit hardware-specific vertex layouts into hw
50 * Vertex attribute emit modes
53 EMIT_OMIT, /**< don't emit the attribute */
77 unsigned emit:8; /**< EMIT_x */
114 enum attrib_emit emit,
126 vinfo->attrib[n].emit = emit;
139 static inline enum pipe_format draw_translate_vinfo_format(enum attrib_emit emit)
141 switch (emit) {
163 static inline unsigned draw_translate_vinfo_size(enum attrib_emit emit)
165 switch (emit) {