Searched refs:index_vec (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_soa.c | 580 * Loop over elements of index_vec, load scalar value, insert it into 'res'. in build_gather() 638 * Loop over elements of index_vec, store scalar value. in emit_mask_scatter() 779 LLVMValueRef index_vec; in get_soa_array_offsets() local 781 /* index_vec = (indirect_index * 4 + chan_index) * length + offsets */ in get_soa_array_offsets() 782 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); in get_soa_array_offsets() 783 index_vec = lp_build_add(uint_bld, index_vec, chan_vec); in get_soa_array_offsets() 784 index_vec = lp_build_mul(uint_bld, index_vec, length_vec); in get_soa_array_offsets() 796 index_vec in get_soa_array_offsets() 834 LLVMValueRef index_vec; /* index into the const buffer */ emit_fetch_constant() local 976 LLVMValueRef index_vec; /* index into the immediate register array */ emit_fetch_immediate() local 1048 LLVMValueRef index_vec; /* index into the input reg array */ emit_fetch_input() local 1416 LLVMValueRef index_vec, index_vec2 = NULL; /* index into the temp reg array */ emit_fetch_temporary() local 1693 LLVMValueRef index_vec; /* indexes into the output registers */ emit_store_output() local 1804 LLVMValueRef index_vec; /* indexes into the temp registers */ emit_store_temp() local 3494 LLVMValueRef index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2); load_emit() local [all...] |
H A D | lp_bld_nir_soa.c | 200 LLVMValueRef index_vec; in get_soa_array_offsets() local 202 /* index_vec = (indirect_index * 4 + chan_index) * length + offsets */ in get_soa_array_offsets() 203 index_vec = lp_build_mul(uint_bld, indirect_index, lp_build_const_int_vec(uint_bld->gallivm, uint_bld->type, num_components)); in get_soa_array_offsets() 204 index_vec = lp_build_add(uint_bld, index_vec, chan_vec); in get_soa_array_offsets() 205 index_vec = lp_build_mul(uint_bld, index_vec, length_vec); in get_soa_array_offsets() 217 index_vec = lp_build_add(uint_bld, index_vec, pixel_offsets); in get_soa_array_offsets() 219 return index_vec; in get_soa_array_offsets() 466 LLVMValueRef index_vec = get_soa_array_offsets(&bld_base->uint_bld, emit_load_var() local [all...] |
Completed in 7 milliseconds