Searched refs:pBase (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/
H A DScatter.cpp34 extern "C" void ScatterPS_256(uint8_t* pBase, SIMD256::Integer vIndices, SIMD256::Float vSrc, uint8_t mask, uint32_t scale) argument
47 *(float*)(pBase + indices[index] * scale) = src[index];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_gfx_mem.cpp64 /// @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
68 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
93 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
[all...]
H A Dbuilder_gfx_mem.h86 Value* pBase,
92 Value* pBase,
H A Dbuilder_mem.cpp180 /// @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, Valu argument
184 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
204 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,JIT_MEM_CLIENT usage) argument
[all...]
H A Dbuilder_mem.h118 Value* pBase,
133 Value* pBase,
147 Value* GATHERPD(Value* src, Value* pBase, Value* indices, Value* mask, uint8_t scale = 1);
H A Dfetch_jit.cpp113 SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_gfx_mem.cpp64 /// @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
68 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
93 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
[all...]
H A Dbuilder_gfx_mem.h85 Value* pBase,
91 Value* pBase,
H A Dbuilder_mem.cpp180 /// @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, Valu argument
184 GATHERPS(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
204 GATHERDD(Value * vSrc,Value * pBase,Value * vIndices,Value * vMask,uint8_t scale,MEM_CLIENT usage) argument
[all...]
H A Dbuilder_mem.h119 Value* pBase,
134 Value* pBase,
148 Value* GATHERPD(Value* src, Value* pBase, Value* indices, Value* mask, uint8_t scale = 1);
H A Dfetch_jit.cpp113 SWR_FORMAT format, Value* pMask, Value* pBase, Value* offsets, Value* result[4]);
/xsrc/external/mit/libX11/dist/src/xcms/
H A DLRGB.c396 /* 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...]
H A DXcmsint.h99 IntensityRec *pBase; member in struct:_IntensityTbl
/xsrc/external/mit/xcmsdb/dist/
H A DSCCDFile.h122 IntensityRec *pBase; member in struct:_IntensityTbl
H A DloadData.c578 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.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dpa.h771 float* pBase = (float*)this->pStreamBase; local in function:PA_STATE_CUT::Assemble
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; local in function:PA_STATE_CUT::Assemble
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; local in function:PA_TESS::Assemble
1382 pBase,
1426 const float* pBase = pBaseAttrib; local in function:PA_TESS::Assemble
[all...]
H A Dclip.h631 float const* pBase = local in function:Clipper::ClipSimd
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, vOffset
[all...]
H A Dfrontend.cpp979 uint8_t* pBase = pInstanceBase + instance * pState->allocationSize; local in function:GeometryShaderStage
981 pState->controlDataSize == 0 ? &sNullBuffer[0] : pBase + pState->controlDataOffset;
982 uint8_t* pVertexBaseAOS = pBase + pState->outputVertexOffset;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp214 B->mInt8PtrTy, // pBase
538 auto pBase = pCallInst->getArgOperand(1); local in function:SwrJit::VGATHER_EMU
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, indices
737 auto pBase = pCallInst->getArgOperand(0); local in function:SwrJit::VSCATTER_EMU
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp482 auto pBase = pCallInst->getArgOperand(1); local in function:SwrJit::VGATHER_EMU
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, vi32Indice
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1028 Value *pBase = GEP(iface->pTcsCtx, local in function:BuilderSWR::swr_tcs_llvm_fetch_input
1032 Value *val = LOAD(pBase);
1047 Value *pBase = GEP(iface->pTcsCtx, local in function:BuilderSWR::swr_tcs_llvm_fetch_input
1051 res = LOAD(pBase);

Completed in 41 milliseconds