Searched refs:pIndices (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | frontend.cpp | 1664 …fetchInfo_lo.pLastIndex = (const int32_t*)(((uint8_t*)state.indexBuffer.pIndices) + state.indexBuf… in ProcessDraw() 1687 fetchInfo_lo.pIndices = work.pIB; in ProcessDraw() 1688 …fetchInfo_hi.pIndices = (int32_t *)((uint8_t *)fetchInfo_lo.pIndices + KNOB_SIMD_WIDTH * indexSize… in ProcessDraw() 1694 fetchInfo_lo.pIndices = (const int32_t *)&vIndex; in ProcessDraw() 1695 … fetchInfo_hi.pIndices = (const int32_t *)&vIndex + KNOB_SIMD_WIDTH; // 1/2 of KNOB_SIMD16_WIDTH in ProcessDraw() 1729 fetchInfo_lo.pLastIndex = fetchInfo_lo.pIndices; in ProcessDraw() 1738 fetchInfo_hi.pLastIndex = fetchInfo_hi.pIndices; in ProcessDraw() 1919 …fetchInfo_lo.pIndices = (int32_t *)((uint8_t*)fetchInfo_lo.pIndices + KNOB_SIMD16_WIDTH * indexSiz… in ProcessDraw() 1920 …fetchInfo_hi.pIndices = (int32_t *)((uint8_t*)fetchInfo_hi.pIndices + KNOB_SIMD16_WIDTH * indexSiz… in ProcessDraw() 1947 …fetchInfo.pLastIndex = (const int32_t*)(((uint8_t*)state.indexBuffer.pIndices) + state.indexBuffer… in ProcessDraw() [all …]
|
D | state.h | 570 const void *pIndices; member 584 const int32_t* pIndices; // IN: pointer to index buffer for indexed draws member
|
D | api.cpp | 1316 uint8_t *pIB = (uint8_t*)pState->indexBuffer.pIndices; in DrawIndexedInstance()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1784 Value* FetchJit::GetSimdValid8bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid8bitIndices() argument 1797 Value *pIndex = GEP(pIndices, C(lane)); in GetSimdValid8bitIndices() 1819 Value* FetchJit::GetSimdValid16bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid16bitIndices() argument 1832 Value *pIndex = GEP(pIndices, C(lane)); in GetSimdValid16bitIndices() 1852 Value* FetchJit::GetSimdValid32bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid32bitIndices() argument 1857 Value* iIndices = PTR_TO_INT(pIndices, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices() 1878 pIndices = BITCAST(pIndices,PointerType::get(mInt8Ty,0)); in GetSimdValid32bitIndices() 1881 return MASKLOADD(pIndices,vIndexMask); in GetSimdValid32bitIndices()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 1378 swrIndexBuffer.pIndices = p_data; in swr_update_derived()
|