HomeSort by relevance Sort by last modified time
    Searched defs:vOffsets (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa.h 342 simdscalari vOffsets[MAX_NUM_VERTS_PER_PRIM]; // byte offsets for currently assembling simd
553 this->vOffsets[v] = _simd_mullo_epi32(vVertexBatch, _simd_set1_epi32(sizeof(simdvertex)));
558 this->vOffsets[v] = _simd_add_epi32(this->vOffsets[v], _simd_mullo_epi32(vVertexIndex, _simd_set1_epi32(sizeof(float))));
582 simdscalari offsets = this->vOffsets[v];
605 uint32_t* pOffset = (uint32_t*)&this->vOffsets[v];
    [all...]
clip.h 368 const simdscalari vOffsets = _mm256_set_epi32(
404 transposedPrims[0].attrib[VERTEX_POSITION_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
415 transposedPrims[0].attrib[attribSlot][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
426 transposedPrims[0].attrib[VERTEX_CLIPCULL_DIST_LO_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
436 transposedPrims[0].attrib[VERTEX_CLIPCULL_DIST_HI_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
546 simdscalari vOffsets = _simd_mullo_epi32(vIndices, _simd_set1_epi32(simdVertexStride));
549 vOffsets = _simd_add_epi32(vOffsets, _simd_set1_epi32(attribStride * attrib + componentStride * component));
552 vOffsets = _simd_add_epi32(vOffsets, vElemOffset)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 561 Value *vOffsets = MUL(vIndices,vScaleVec);
566 Value *offset = VEXTRACT(vOffsets,C(i));
611 Value *vOffsets = MUL(vIndices, vScaleVec);
616 Value *offset = VEXTRACT(vOffsets, C(i));
661 Value *vOffsets = MUL(vIndices,vScaleVec);
666 Value *offset = VEXTRACT(vOffsets,C(i));
    [all...]
fetch_jit.cpp     [all...]

Completed in 558 milliseconds