Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c589 LLVMValueRef indirect_index = NULL; in emit_fetch_constant() local
596 indirect_index = get_indirect_index(bld, in emit_fetch_constant()
608 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); in emit_fetch_constant()
665 LLVMValueRef indirect_index = NULL; in emit_fetch_input() local
669 indirect_index = get_indirect_index(bld, in emit_fetch_input()
685 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); in emit_fetch_input()
731 LLVMValueRef indirect_index = NULL; in emit_fetch_temporary() local
735 indirect_index = get_indirect_index(bld, in emit_fetch_temporary()
752 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); in emit_fetch_temporary()
936 LLVMValueRef indirect_index = NULL; in emit_store_chan() local
[all …]