HomeSort by relevance Sort by last modified time
    Searched refs:index_vec (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 440 * Loop over elements of index_vec, load scalar value, insert it into 'res'.
483 * Loop over elements of index_vec, store scalar value.
605 LLVMValueRef index_vec; /* index into the const buffer */ local
607 /* index_vec = indirect_index * 4 + swizzle */
608 index_vec = lp_build_shl_imm(uint_bld, indirect_index, 2);
609 index_vec = lp_build_add(uint_bld, index_vec, swizzle_vec);
612 return build_gather(bld_fetch, bld->consts_ptr, index_vec);
680 LLVMValueRef index_vec; /* index into the const buffer */ local
684 /* index_vec = (indirect_index * 4 + swizzle) * length *
747 LLVMValueRef index_vec; \/* index into the const buffer *\/ local
994 LLVMValueRef index_vec; \/* indexes into the temp registers *\/ local
1037 LLVMValueRef index_vec; \/* indexes into the temp registers *\/ local
    [all...]
  /external/v8/src/wasm/
encoder.cc 176 const std::vector<uint8_t>& index_vec = UnsignedLEB128From(new_index); local
177 for (size_t j = 0; j < index_vec.size(); j++) {
178 e->body_.push_back(index_vec.at(j));
asm-wasm-builder.cc 824 std::vector<uint8_t> index_vec = UnsignedLEB128From(index); local
828 &index_vec[0], static_cast<uint32_t>(index_vec.size()), pos_of_index,
832 &index_vec[0], static_cast<uint32_t>(index_vec.size()));
    [all...]

Completed in 1029 milliseconds