Searched refs:offset_stored (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 2048 LLVMValueRef color, offset_stored, addr, ptr_addrtrunc, tmp; in compressed_fetch_cached() local 2112 offset_stored = s3tc_lookup_tag_data(gallivm, cache, hash_indexx); in compressed_fetch_cached() 2113 cond = LLVMBuildICmp(builder, LLVMIntNE, offset_stored, addrx, ""); in compressed_fetch_cached() 2139 offset_stored = s3tc_lookup_tag_data(gallivm, cache, hash_index); in compressed_fetch_cached() 2140 cond = LLVMBuildICmp(builder, LLVMIntNE, offset_stored, addr, ""); in compressed_fetch_cached()
|
Completed in 5 milliseconds