HomeSort by: relevance | last modified time | path
    Searched refs:pBase (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/
Scatter.cpp 34 extern "C" void ScatterPS_256(uint8_t* pBase, SIMD256::Integer vIndices, SIMD256::Float vSrc, uint8_t mask, uint32_t scale)
47 *(float*)(pBase + indices[index] * scale) = src[index];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_gfx_mem.cpp 64 /// @param pBase - Int8* base VB address pointer value
69 Value* pBase,
76 if (pBase->getType() == mInt64Ty)
78 pBase = INT_TO_PTR(pBase, PointerType::get(mInt8Ty, 0));
81 Value* vGather = Builder::GATHERPS(vSrc, pBase, vIndices, vMask, scale);
89 /// @param pBase - Int8* base VB address pointer value
94 Value* pBase,
102 if (pBase->getType() == mInt64Ty)
104 pBase = INT_TO_PTR(pBase, PointerType::get(mInt8Ty, 0))
    [all...]
builder_gfx_mem.h 86 Value* pBase,
92 Value* pBase,
builder_mem.cpp 180 /// @param pBase - Int8* base VB address pointer value
185 Value* pBase,
191 AssertMemoryUsageParams(pBase, usage);
193 return VGATHERPS(vSrc, pBase, vIndices, vMask, C(scale));
200 /// @param pBase - Int8* base VB address pointer value
205 Value* pBase,
211 AssertMemoryUsageParams(pBase, usage);
213 return VGATHERDD(vSrc, pBase, vIndices, vMask, C(scale));
220 /// @param pBase - Int8* base VB address pointer value
225 Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale
    [all...]
builder_mem.h 118 Value* pBase,
133 Value* pBase,
147 Value* GATHERPD(Value* src, Value* pBase, Value* indices, Value* mask, uint8_t scale = 1);
fetch_jit.cpp 113 SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_gfx_mem.cpp 64 /// @param pBase - Int8* base VB address pointer value
69 Value* pBase,
76 if (pBase->getType() == mInt64Ty)
78 pBase = INT_TO_PTR(pBase, PointerType::get(mInt8Ty, 0));
81 Value* vGather = Builder::GATHERPS(vSrc, pBase, vIndices, vMask, scale);
89 /// @param pBase - Int8* base VB address pointer value
94 Value* pBase,
102 if (pBase->getType() == mInt64Ty)
104 pBase = INT_TO_PTR(pBase, PointerType::get(mInt8Ty, 0))
    [all...]
builder_gfx_mem.h 85 Value* pBase,
91 Value* pBase,
builder_mem.cpp 180 /// @param pBase - Int8* base VB address pointer value
185 Value* pBase,
191 AssertMemoryUsageParams(pBase, usage);
193 return VGATHERPS(vSrc, pBase, vIndices, vMask, C(scale));
200 /// @param pBase - Int8* base VB address pointer value
205 Value* pBase,
211 AssertMemoryUsageParams(pBase, usage);
213 return VGATHERDD(vSrc, pBase, vIndices, vMask, C(scale));
220 /// @param pBase - Int8* base VB address pointer value
225 Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale
    [all...]
builder_mem.h 119 Value* pBase,
134 Value* pBase,
148 Value* GATHERPD(Value* src, Value* pBase, Value* indices, Value* mask, uint8_t scale = 1);
fetch_jit.cpp 113 SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]);
  /xsrc/external/mit/libX11/dist/src/xcms/
LRGB.c 396 /* IntensityRec *pBase */
403 /* IntensityRec *pBase */
410 /* IntensityRec *pBase */
765 pIRec = (IntensityRec *) pScreenData->pRedTbl->pBase;
769 if (pScreenData->pGreenTbl->pBase != pScreenData->pRedTbl->pBase) {
771 pIRec = (IntensityRec *)pScreenData->pGreenTbl->pBase;
776 if (pScreenData->pBlueTbl->pBase != pScreenData->pRedTbl->pBase) {
778 pIRec = (IntensityRec *) pScreenData->pBlueTbl->pBase;
    [all...]
Xcmsint.h 99 IntensityRec *pBase;
  /xsrc/external/mit/xcmsdb/dist/
SCCDFile.h 122 IntensityRec *pBase;
loadData.c 578 if (pCorrection->pGreenTbl->pBase != NULL) {
585 pCorrection->pGreenTbl->pBase =
587 if (pCorrection->pGreenTbl->pBase == NULL) {
593 pIRec = pCorrection->pGreenTbl->pBase;
602 if (pCorrection->pBlueTbl->pBase != NULL) {
609 pCorrection->pBlueTbl->pBase =
611 if (pCorrection->pBlueTbl->pBase == NULL) {
617 pIRec = pCorrection->pBlueTbl->pBase;
626 if (pCorrection->pRedTbl->pBase != NULL) {
633 pCorrection->pRedTbl->pBase
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
lower_x86.cpp 214 B->mInt8PtrTy, // pBase
538 auto pBase = pCallInst->getArgOperand(1);
543 pBase = B->POINTER_CAST(pBase, PointerType::get(B->mInt8Ty, 0));
580 auto pLoadAddress = B->GEP(pBase, i32Offset);
617 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, v32Mask, i8Scale});
669 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale});
673 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale});
692 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale});
694 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale})
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
pa.h 771 float* pBase = (float*)this->pStreamBase;
775 simd16scalar temp = _simd16_i32gather_ps(pBase, offsets, 1);
782 verts[v].v[c] = _simd_i32gather_ps(pBase, offsets, 1);
786 pBase += SIMD_WIDTH;
838 float* pBase = (float*)this->pStreamBase;
842 verts[v].v[c] = _simd16_i32gather_ps(pBase, offsets, 1);
845 _simd16_setzero_ps(), _simd_i32gather_ps(pBase, offsets, 1), 0);
849 pBase += SIMD_WIDTH;
1376 const float* pBase = pBaseAttrib;
1382 pBase,
    [all...]
clip.h 631 float const* pBase =
638 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask);
641 pBase = PtrAdd(pBase, sizeof(Float<SIMD_T>));
645 pBase = reinterpret_cast<float const*>(
656 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask);
659 pBase = PtrAdd(pBase, sizeof(Float<SIMD_T>));
667 pBase = reinterpret_cast<float const*>(&vertices[0].attrib[vertexClipCullSlot]) +
673 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask)
    [all...]
frontend.cpp 979 uint8_t* pBase = pInstanceBase + instance * pState->allocationSize;
981 pState->controlDataSize == 0 ? &sNullBuffer[0] : pBase + pState->controlDataOffset;
982 uint8_t* pVertexBaseAOS = pBase + pState->outputVertexOffset;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
lower_x86.cpp 482 auto pBase = pCallInst->getArgOperand(1);
487 pBase = B->POINTER_CAST(pBase, PointerType::get(B->mInt8Ty, 0));
507 auto pLoadAddress = B->GEP(pBase, i32Offset);
544 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, v32Mask, i8Scale});
573 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale});
581 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale});
601 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale});
603 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale});
637 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, iMask, i32Scale})
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_shader.cpp 1028 Value *pBase = GEP(iface->pTcsCtx,
1032 Value *val = LOAD(pBase);
1047 Value *pBase = GEP(iface->pTcsCtx,
1051 res = LOAD(pBase);

Completed in 19 milliseconds