Searched refs:out_format_desc (Results 1 – 2 of 2) sorted by relevance
472 const struct util_format_description* out_format_desc = util_format_description(cbuf_format); in fs_fb_fetch() local478 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() local2350 bool pad_inline = is_arithmetic_format(out_format_desc); in generate_unswizzled_blend()[all …]
808 const struct util_format_description *out_format_desc = in translate_generic_create() local811 if (!is_legal_int_format_combo(format_desc, out_format_desc)) { in translate_generic_create()