Home
last modified time | relevance | path

Searched refs:fetch_rgba_8unorm (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_cached.c176 assert(format_desc->fetch_rgba_8unorm); in update_cached_block()
188 func_to_pointer((func_pointer) format_desc->fetch_rgba_8unorm)); in update_cached_block()
Dlp_bld_format_aos.c759 if (format_desc->fetch_rgba_8unorm && in lp_build_fetch_rgba_aos()
807 func_to_pointer((func_pointer) format_desc->fetch_rgba_8unorm)); in lp_build_fetch_rgba_aos()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h253 (*fetch_rgba_8unorm)(uint8_t *dst, member