Searched refs:vOffsets (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | clip.h | 590 const SIMD256::Integer vOffsets = 638 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask); 656 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask); 673 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask); 689 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask); 847 Integer<SIMD_T> vOffsets = 851 vOffsets = SIMD_T::add_epi32( 852 vOffsets, SIMD_T::set1_epi32(attribStride * attrib + componentStride * component)); 855 vOffsets = SIMD_T::add_epi32(vOffsets, vElemOffset); 857 return vOffsets; [all …]
|
D | pa.h | 437 SIMDSCALARI vOffsets[MAX_NUM_VERTS_PER_PRIM]; // byte offsets for currently assembling simd member 717 this->vOffsets[v] = in ComputeOffsets() 721 this->vOffsets[v] = in ComputeOffsets() 729 this->vOffsets[v] = _simd16_add_epi32( in ComputeOffsets() 730 this->vOffsets[v], in ComputeOffsets() 734 this->vOffsets[v] = in ComputeOffsets() 735 _simd_add_epi32(this->vOffsets[v], in ComputeOffsets() 762 SIMDSCALARI offsets = this->vOffsets[v]; in Assemble() 829 SIMDSCALARI offsets = this->vOffsets[v]; in Assemble() 876 uint32_t* pOffset = (uint32_t*)&this->vOffsets[v]; in AssembleSingle()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 700 Value* vOffsets = MUL(vCurIndices, vStride); in JitGatherVertices() local 701 vOffsets = ADD(vOffsets, vAlignmentOffsets); in JitGatherVertices() 706 vOffsets = ADD(vOffsets, vInstanceStride); in JitGatherVertices() 720 (SWR_FORMAT)ied.Format, vGatherMask, pStreamBaseGFX, vOffsets, pResults); in JitGatherVertices() 755 …vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices() 768 …vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices() 809 Value* vNewOffsets = ADD(vOffsets, VIMMED1(0x80000000)); in JitGatherVertices() 868 Value* vOffsetsLo = VSHUFFLE(vOffsets, vOffsets, vShufLo); in JitGatherVertices() 869 Value* vOffsetsHi = VSHUFFLE(vOffsets, vOffsets, vShufHi); in JitGatherVertices() 957 vOffsets, in JitGatherVertices() [all …]
|
D | builder_gfx_mem.cpp | 112 Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask, MEM_CLIENT usage) in SCATTERPS() argument 121 Builder::SCATTERPS(pDst, BITCAST(vSrc, mSimdFP32Ty), vOffsets, vMask, usage); in SCATTERPS()
|
D | builder_gfx_mem.h | 99 Value* vOffsets,
|
D | builder_mem.cpp | 652 Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask, MEM_CLIENT usage) in SCATTERPS() argument 660 VSCATTERPS(pDst, vMask, vOffsets, vSrc, C(1)); in SCATTERPS()
|
D | builder_mem.h | 155 Value* vOffsets,
|