Searched refs:index_vec (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 605 LLVMValueRef index_vec; /* index into the const buffer */ in emit_fetch_constant() local 608 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); in emit_fetch_constant() 609 index_vec = lp_build_add(uint_bld, index_vec, swizzle_vec); in emit_fetch_constant() 612 return build_gather(bld_fetch, bld->consts_ptr, index_vec); in emit_fetch_constant() 680 LLVMValueRef index_vec; /* index into the const buffer */ in emit_fetch_input() local 685 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); in emit_fetch_input() 686 index_vec = lp_build_add(uint_bld, index_vec, swizzle_vec); in emit_fetch_input() 687 index_vec = lp_build_mul(uint_bld, index_vec, length_vec); in emit_fetch_input() 695 res = build_gather(&bld_base->base, inputs_array, index_vec); in emit_fetch_input() 747 LLVMValueRef index_vec; /* index into the const buffer */ in emit_fetch_temporary() local [all …]
|