Searched refs:hash_indexx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_cached.c | 315 LLVMValueRef block_indexx, hash_indexx, addrx, offsetx, ptr_addrx; in lp_build_fetch_cached_texels() local 323 hash_indexx = LLVMBuildLShr(builder, block_indexx, in lp_build_fetch_cached_texels() 325 offset_stored = lookup_tag_data(gallivm, cache, hash_indexx); in lp_build_fetch_cached_texels() 332 update_cached_block(gallivm, format_desc, ptr_addrx, hash_indexx, cache); in lp_build_fetch_cached_texels()
|