Searched refs:fetch_ptr (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 135 fetch_ptr_t fetch_ptr; in test_format_float() local 147 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_float() 166 fetch_ptr(unpacked, test->packed, j, i); in test_format_float() 202 gallivm_free_function(gallivm, fetch, fetch_ptr); in test_format_float() 220 fetch_ptr_t fetch_ptr; in test_format_unorm8() local 232 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_unorm8() 251 fetch_ptr(unpacked, test->packed, j, i); in test_format_unorm8() 287 gallivm_free_function(gallivm, fetch, fetch_ptr); in test_format_unorm8()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1226 LLVMValueRef fetch_ptr; in draw_llvm_generate() local 1227 fetch_ptr = LLVMBuildGEP(builder, fetch_elts, in draw_llvm_generate() 1229 true_index = LLVMBuildLoad(builder, fetch_ptr, "fetch_elt"); in draw_llvm_generate()
|