Searched refs:hash_index (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 1125 LLVMValueRef hash_index, in s3tc_store_cached_block() 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_inde in generate_update_cache_one_block() 1122 s3tc_store_cached_block(struct gallivm_state *gallivm, LLVMValueRef *col, LLVMValueRef tag_value, LLVMValueRef hash_index, LLVMValueRef cache) s3tc_store_cached_block() argument 1983 update_cached_block(struct gallivm_state *gallivm, const struct util_format_description *format_desc, LLVMValueRef ptr_addr, LLVMValueRef hash_index, LLVMValueRef cache) update_cached_block() argument 2049 LLVMValueRef ij_index, hash_index, hash_mask, block_index; compressed_fetch_cached() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_cse.c | 43 hash_index(uint32_t hash, bi_index index) in hash_index() function 70 hash = hash_index(hash, I->src[s]); in hash_instr()
|
Completed in 5 milliseconds