Lines Matching refs:format
228 /* The hardware colormask is clunky a must be swizzled depending on the format.
585 /* The blend color is dependent on the colorbuffer format. */
587 switch (cb->format) {
622 switch (cb ? cb->format : 0) {
847 util_format_short_name(surf->format),
852 tex->last_level, util_format_short_name(surf->format));
983 switch (util_format_get_blocksize(state->zsbuf->format)) {
1656 hwformat = r300_translate_texformat(templ->format,
1662 fprintf(stderr, "r300: Oops. Got unsupported format %s in %s.\n",
1663 util_format_short_name(templ->format), __func__);
1668 templ->format, 0,
1670 &view->format);
1671 view->format.format1 |= hwformat;
1673 view->format.format2 |= r500_tx_format_msb_bit(templ->format);
1832 enum pipe_format format;
1839 format = velems->velem[i].src_format;
1841 type = r300_translate_vertex_data_type(format);
1843 fprintf(stderr, "r300: Bad vertex format %s.\n",
1844 util_format_short_name(format));
1850 swizzle = r300_translate_vertex_data_swizzle(format);