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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 523 LLVMValueRef offsetr, shuf_vec; local
529 shuf_vec = LLVMConstVector(shuffles, gather_type.length);
530 offsetr = LLVMBuildShuffleVector(builder, offset, offset, shuf_vec, "");
539 shuf_vec = LLVMConstVector(shuffles, gather_type.length);
540 offsetr = LLVMBuildShuffleVector(builder, offset, offset, shuf_vec, "");
lp_bld_arit.c 1131 LLVMValueRef shuf[LP_MAX_VECTOR_WIDTH \/ 32], shuf_vec; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 845 LLVMValueRef shuf_vec; local
846 shuf_vec = LLVMConstVector(shuf, 8);
848 tmp[0] = LLVMBuildShuffleVector(builder, tmp[0], tmp[0], shuf_vec, "");
851 LLVMValueRef shuf_vec; local
852 shuf_vec = LLVMConstVector(shuf, 4);
856 tmp[i] = LLVMBuildShuffleVector(builder, tmp[i], tmp[i], shuf_vec, "");
    [all...]

Completed in 151 milliseconds