| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | SurfaceState.h | 52 uint32_t arrayIndex; // for render targets, the array index being rendered to for arrayed surfaces member in struct:SWR_SURFACE_STATE
|
| H A D | StoreTile.h | 963 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 D | TilingFunctions.h | 414 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 D | ClearTile.cpp | 71 x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, 72 pDstSurface->arrayIndex + renderTargetArrayIndex,
|
| H A D | LoadTile.h | 106 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 D | StoreTile.h | 962 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 D | TilingFunctions.h | 413 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 D | ClearTile.cpp | 71 x, y, pDstSurface->arrayIndex + renderTargetArrayIndex, 72 pDstSurface->arrayIndex + renderTargetArrayIndex,
|
| H A D | LoadTile.h | 106 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 D | state.h | 566 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 D | nv50_ir_lowering_nvc0.cpp | 1071 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 D | nv50_ir_lowering_nvc0.cpp | 1085 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 D | swr_state.cpp | 924 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 D | swr_state.cpp | 1048 rt->arrayIndex == sf->u.tex.first_layer) 1070 rt->arrayIndex = sf->u.tex.first_layer;
|