Searched refs:pIndices (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1142 Value* FetchJit::GetSimdValid8bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid8bitIndices() argument 1155 Value *pIndex = GEP(pIndices, C(lane)); in GetSimdValid8bitIndices() 1177 Value* FetchJit::GetSimdValid16bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid16bitIndices() argument 1190 Value *pIndex = GEP(pIndices, C(lane)); in GetSimdValid16bitIndices() 1210 Value* FetchJit::GetSimdValid32bitIndices(Value* pIndices, Value* pLastIndex) in GetSimdValid32bitIndices() argument 1215 Value* iIndices = PTR_TO_INT(pIndices, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices() 1236 pIndices = BITCAST(pIndices,PointerType::get(mInt8Ty,0)); in GetSimdValid32bitIndices() 1239 return MASKLOADD(pIndices,vIndexMask); in GetSimdValid32bitIndices()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | frontend.cpp | 1213 …fetchInfo.pLastIndex = (const int32_t*)(((uint8_t*)state.indexBuffer.pIndices) + state.indexBuffer… in ProcessDraw() 1270 fetchInfo.pIndices = work.pIB; in ProcessDraw() 1275 fetchInfo.pIndices = (const int32_t*)&vIndex; in ProcessDraw() 1382 … fetchInfo.pIndices = (int*)((uint8_t*)fetchInfo.pIndices + KNOB_SIMD_WIDTH * indexSize); in ProcessDraw()
|
D | state.h | 535 const void *pIndices; member 549 const int32_t* pIndices; // IN: pointer to index buffer for indexed draws member
|
D | api.cpp | 1234 uint8_t *pIB = (uint8_t*)pState->indexBuffer.pIndices; in DrawIndexedInstance()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 1185 swrIndexBuffer.pIndices = p_data; in swr_update_derived()
|