Searched refs:arrayIndex (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DSurfaceState.h52 uint32_t arrayIndex; // for render targets, the array index being rendered to for arrayed surfaces member in struct:SWR_SURFACE_STATE
H A DStoreTile.h963 pDstSurface->arrayIndex + renderTargetArrayIndex, pDstSurface->arrayIndex + renderTargetArrayIndex,
1020 pResolveSurface->arrayIndex + renderTargetArrayIndex, pResolveSurface->arrayIndex + renderTargetArrayIndex,
1065 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
1066 pDstSurface->arrayIndex + renderTargetArrayIndex, sampleNum, pDstSurface->lod, pDstSurface);
1130 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
1131 pDstSurface->arrayIndex + renderTargetArrayIndex, sampleNum, pDstSurface->lod, pDstSurface);
1195 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
1196 pDstSurface->arrayIndex
[all...]
H A DTilingFunctions.h414 INLINE void AdjustCoordsForMSAA(const SWR_SURFACE_STATE *pState, uint32_t& x, uint32_t& y, uint32_t& arrayIndex, uint32_t sampleNum) argument
517 arrayIndex = (arrayIndex << sampleShift) | sampleNum;
H A DClearTile.cpp71 x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
72 pDstSurface->arrayIndex + renderTargetArrayIndex,
H A DLoadTile.h106 uint8_t* pSrc = (uint8_t*)ComputeSurfaceAddress<false, true>(x + rx, y + ry, pSrcSurface->arrayIndex + renderTargetArrayIndex,
107 pSrcSurface->arrayIndex + renderTargetArrayIndex, sampleNum,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h962 pDstSurface->arrayIndex + renderTargetArrayIndex, pDstSurface->arrayIndex + renderTargetArrayIndex,
1019 pResolveSurface->arrayIndex + renderTargetArrayIndex, pResolveSurface->arrayIndex + renderTargetArrayIndex,
1064 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
1065 pDstSurface->arrayIndex + renderTargetArrayIndex, sampleNum, pDstSurface->lod, pDstSurface);
1129 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
1130 pDstSurface->arrayIndex + renderTargetArrayIndex, sampleNum, pDstSurface->lod, pDstSurface);
1194 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>(x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
1195 pDstSurface->arrayIndex
[all...]
H A DTilingFunctions.h413 INLINE void AdjustCoordsForMSAA(const SWR_SURFACE_STATE *pState, uint32_t& x, uint32_t& y, uint32_t& arrayIndex, uint32_t sampleNum) argument
516 arrayIndex = (arrayIndex << sampleShift) | sampleNum;
H A DClearTile.cpp71 x, y, pDstSurface->arrayIndex + renderTargetArrayIndex,
72 pDstSurface->arrayIndex + renderTargetArrayIndex,
H A DLoadTile.h106 uint8_t* pSrc = (uint8_t*)ComputeSurfaceAddress<false, true>(x + rx, y + ry, pSrcSurface->arrayIndex + renderTargetArrayIndex,
107 pSrcSurface->arrayIndex + renderTargetArrayIndex, sampleNum,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dstate.h566 uint32_t arrayIndex; // for render targets, the array index being rendered to for arrayed surfaces member in struct:SWR_SURFACE_STATE
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp1071 Value *arrayIndex = i->tex.target.isArray() ? i->getSrc(lyr) : NULL; local in function:nv50_ir::NVC0LoweringPass::handleTEX
1072 if (arrayIndex) {
1075 i->setSrc(0, arrayIndex);
1080 if (arrayIndex) {
1083 bld.mkCvt(OP_CVT, TYPE_U16, src, sTy, arrayIndex)->saturate = sat;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp1085 Value *arrayIndex = i->tex.target.isArray() ? i->getSrc(lyr) : NULL; local in function:nv50_ir::NVC0LoweringPass::handleTEX
1086 if (arrayIndex) {
1089 i->setSrc(0, arrayIndex);
1094 if (arrayIndex) {
1097 bld.mkCvt(OP_CVT, TYPE_U16, src, sTy, arrayIndex)->saturate = sat;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp924 rt->arrayIndex == sf->u.tex.first_layer)
946 rt->arrayIndex = sf->u.tex.first_layer;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1048 rt->arrayIndex == sf->u.tex.first_layer)
1070 rt->arrayIndex = sf->u.tex.first_layer;

Completed in 75 milliseconds