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/
H A Dlp_state_fs.c522 const struct util_format_description* out_format_desc = util_format_description(buf_format); in fs_fb_fetch() local
523 if (out_format_desc->format == PIPE_FORMAT_NONE) { in fs_fb_fetch()
581 x_val = LLVMBuildMul(builder, x_val, lp_build_const_int32(gallivm, out_format_desc->block.bits / 8), ""); in fs_fb_fetch()
583 x_val = lp_build_const_int32(gallivm, x * (out_format_desc->block.bits / 8)); in fs_fb_fetch()
596 if (out_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB && in fs_fb_fetch()
597 out_format_desc->channel[0].pure_integer) { in fs_fb_fetch()
598 if (out_format_desc->channel[0].type == UTIL_FORMAT_TYPE_SIGNED) { in fs_fb_fetch()
601 else if (out_format_desc->channel[0].type == UTIL_FORMAT_TYPE_UNSIGNED) { in fs_fb_fetch()
608 lp_build_fetch_rgba_soa(gallivm, out_format_desc, texel_type, in fs_fb_fetch()
2410 const struct util_format_description* out_format_desc in generate_unswizzled_blend() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c806 const struct util_format_description *out_format_desc = in translate_generic_create() local
809 if (!is_legal_int_format_combo(format_desc, out_format_desc)) { in translate_generic_create()

Completed in 7 milliseconds