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

  /external/chromium_org/third_party/mesa/src/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/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...]

Completed in 752 milliseconds