Searched refs:fetch_rgba_float (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | translate_test.c | 179 || !output_format_desc->fetch_rgba_float 205 || !input_format_desc->fetch_rgba_float 276 input_format_desc->fetch_rgba_float(a, buffer[2] + i * input_format_size, 0, 0); 277 input_format_desc->fetch_rgba_float(b, buffer[4] + i * input_format_size, 0, 0);
|
| H A D | u_format_test.c | 214 format_desc->fetch_rgba_float(unpacked[i][j], test->packed, j, i); 789 TEST_ONE_FUNC(fetch_rgba_float);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos.c | 861 * Fallback to util_format_description::fetch_rgba_float(). 864 if (format_desc->fetch_rgba_float) { 866 * Fallback to calling util_format_description::fetch_rgba_float. 891 * Declare and bind format_desc->fetch_rgba_float(). 909 func_to_pointer((func_pointer) format_desc->fetch_rgba_float), 918 * Invoke format_desc->fetch_rgba_float() for each pixel and insert the result
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_generic.c | 824 assert(format_desc->fetch_rgba_float); 825 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format.h | 300 (*fetch_rgba_float)(float *dst, member in struct:util_format_description
|
Completed in 10 milliseconds