Home
last modified time | relevance | path

Searched refs:getDimY (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/driver/
DrsdFrameBuffer.cpp84 fb->mHal.state.colorTargets[0]->getType()->getDimY()); in rsdFrameBufferSetActive()
87 fb->mHal.state.depthTarget->getType()->getDimY()); in rsdFrameBufferSetActive()
DrsdAllocation.cpp224 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject()
299 alloc->mHal.drvState.lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable()
479 …_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.st… in rsdAllocationInitStrided()
636 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO()
/frameworks/rs/
DrsApiType.cpp33 (*typeData++) = t->getDimY(); in rsaTypeGetNativeData()
DrsType.cpp210 uint32_t y = getDimY(); in getIsNp2()
236 if (t->getDimY() != params->dimY) continue; in getTypeRef()
300 p.dimY = getDimY(); in cloneAndResize1D()
DrsAllocation.cpp657 (type0->getDimY() == type1->getDimY()) && in hasSameDims()
680 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCopyToBitmap()
718 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(), in rsi_AllocationRead()
720 } else if(t->getDimY()) { in rsi_AllocationRead()
722 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationRead()
776 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCreateFromBitmap()
DrsType.h74 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
DrsContext.cpp604 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight()
608 return mFBOCache.mHal.state.depthTarget->getType()->getDimY(); in getCurrentSurfaceHeight()
DrsFont.cpp274 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache()
574 …mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), next… in initTextTexture()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp571 mtls->redp.dim.y = inType->getDimY(); in reduceMtlsSetup()
655 mtls->fep.dim.y = inType->getDimY(); in forEachMtlsSetup()
670 mtls->fep.dim.y = outType->getDimY(); in forEachMtlsSetup()
/frameworks/rs/rsov/driver/
DrsovAllocation.cpp86 alloc->mHal.drvState.lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable()
224 mHeight(type->getDimY()), in RSoVAllocation()
DrsovScript.cpp404 mappedMetadata[id].y_size = T->getDimY(); in MarshalTypeInfo()