Home
last modified time | relevance | path

Searched refs:hash_index (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1125 LLVMValueRef hash_index, in s3tc_store_cached_block() argument
1136 indices[2] = hash_index; in s3tc_store_cached_block()
1142 hash_index = LLVMBuildMul(builder, hash_index, lp_build_const_int32(gallivm, 16), ""); in s3tc_store_cached_block()
1144 indices[2] = hash_index; in s3tc_store_cached_block()
1148 hash_index = LLVMBuildAdd(builder, hash_index, lp_build_const_int32(gallivm, 4), ""); in s3tc_store_cached_block()
1923 LLVMValueRef hash_index; in generate_update_cache_one_block() local
1929 hash_index = LLVMGetParam(function, 1); in generate_update_cache_one_block()
1933 lp_build_name(hash_index, "hash_index"); in generate_update_cache_one_block()
1971 s3tc_store_cached_block(gallivm, col, tag_value, hash_index, cache); in generate_update_cache_one_block()
1986 LLVMValueRef hash_index, in update_cached_block() argument
[all …]
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_cse.c43 hash_index(uint32_t hash, bi_index index) in hash_index() function
70 hash = hash_index(hash, I->src[s]); in hash_instr()