Searched refs:fetch_ptr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 145 fetch_ptr_t fetch_ptr; in test_format_float() local 159 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_float() 184 fetch_ptr(unpacked, packed, j, i, cache_ptr); in test_format_float() 244 fetch_ptr_t fetch_ptr; in test_format_unorm8() local 258 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_unorm8() 283 fetch_ptr(unpacked, packed, j, i, cache_ptr); in test_format_unorm8()
|