Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c472 const struct util_format_description* out_format_desc = util_format_description(cbuf_format); in fs_fb_fetch() local
478 lp_mem_type_from_format_desc(out_format_desc, &dst_type); in fs_fb_fetch()
497 dst_alignment = (out_format_desc->block.bits + 7)/(out_format_desc->block.width * 8); in fs_fb_fetch()
542 if (out_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in fs_fb_fetch()
543 out_format_desc->channel[0].pure_integer) { in fs_fb_fetch()
544 if (out_format_desc->channel[0].type == UTIL_FORMAT_TYPE_SIGNED) { in fs_fb_fetch()
547 else if (out_format_desc->channel[0].type == UTIL_FORMAT_TYPE_UNSIGNED) { in fs_fb_fetch()
551 lp_build_unpack_rgba_soa(gallivm, out_format_desc, in fs_fb_fetch()
2346 const struct util_format_description* out_format_desc = util_format_description(out_format); in generate_unswizzled_blend() local
2350 bool pad_inline = is_arithmetic_format(out_format_desc); in generate_unswizzled_blend()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c808 const struct util_format_description *out_format_desc = in translate_generic_create() local
811 if (!is_legal_int_format_combo(format_desc, out_format_desc)) { in translate_generic_create()