Home
last modified time | relevance | path

Searched refs:src_fmt (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1241 const struct util_format_description *src_fmt, in convert_to_blend_type() argument
1261 if (format_expands_to_float_soa(src_fmt)) { in convert_to_blend_type()
1307 if (src_fmt->format == PIPE_FORMAT_R11G11B10_FLOAT) { in convert_to_blend_type()
1311 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type()
1318 lp_mem_type_from_format_desc(src_fmt, &mem_type); in convert_to_blend_type()
1319 lp_blend_type_from_format_desc(src_fmt, &blend_type); in convert_to_blend_type()
1355 for (j = 0; j < src_fmt->nr_channels; ++j) { in convert_to_blend_type()
1357 unsigned sa = src_fmt->channel[j].shift; in convert_to_blend_type()
1361 unsigned from_lsb = src_fmt->nr_channels - j - 1; in convert_to_blend_type()
1364 mask = (1 << src_fmt->channel[j].size) - 1; in convert_to_blend_type()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c220 enum pipe_format src_fmt, in formats_compatible() argument
225 src_svga_fmt = svga_translate_format(ss, src_fmt, PIPE_BIND_SAMPLER_VIEW); in formats_compatible()