Searched refs:offset_stored (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_cached.c | 256 LLVMValueRef color, offset_stored, addr, ptr_addrtrunc, tmp; in lp_build_fetch_cached_texels() local 325 offset_stored = lookup_tag_data(gallivm, cache, hash_indexx); in lp_build_fetch_cached_texels() 326 cond = LLVMBuildICmp(builder, LLVMIntNE, offset_stored, addrx, ""); in lp_build_fetch_cached_texels() 352 offset_stored = lookup_tag_data(gallivm, cache, hash_index); in lp_build_fetch_cached_texels() 353 cond = LLVMBuildICmp(builder, LLVMIntNE, offset_stored, addr, ""); in lp_build_fetch_cached_texels()
|