HomeSort by relevance Sort by last modified time
    Searched refs:fetch_rgba_8unorm (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 506 * Fallback to util_format_description::fetch_rgba_8unorm().
509 if (format_desc->fetch_rgba_8unorm &&
512 * Fallback to calling util_format_description::fetch_rgba_8unorm.
535 * Declare and bind format_desc->fetch_rgba_8unorm().
555 /* make const pointer for the C fetch_rgba_8unorm function */
557 func_to_pointer((func_pointer) format_desc->fetch_rgba_8unorm));
570 * Invoke format_desc->fetch_rgba_8unorm() for each pixel and insert the result
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 228 (*fetch_rgba_8unorm)(uint8_t *dst, member in struct:util_format_description

Completed in 167 milliseconds