Searched refs:out_format_desc (Results 1 – 2 of 2) sorted by relevance
468 const struct util_format_description* out_format_desc = util_format_description(cbuf_format); in fs_fb_fetch() local474 lp_mem_type_from_format_desc(out_format_desc, &dst_type); in fs_fb_fetch()493 dst_alignment = (out_format_desc->block.bits + 7)/(out_format_desc->block.width * 8); in fs_fb_fetch()538 if (out_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in fs_fb_fetch()539 out_format_desc->channel[0].pure_integer) { in fs_fb_fetch()540 if (out_format_desc->channel[0].type == UTIL_FORMAT_TYPE_SIGNED) { in fs_fb_fetch()543 else if (out_format_desc->channel[0].type == UTIL_FORMAT_TYPE_UNSIGNED) { in fs_fb_fetch()547 lp_build_unpack_rgba_soa(gallivm, out_format_desc, in fs_fb_fetch()2281 const struct util_format_description* out_format_desc = util_format_description(out_format); in generate_unswizzled_blend() local2285 bool pad_inline = is_arithmetic_format(out_format_desc); in generate_unswizzled_blend()[all …]
809 const struct util_format_description *out_format_desc = in translate_generic_create() local812 if (!is_legal_int_format_combo(format_desc, out_format_desc)) { in translate_generic_create()