Home
last modified time | relevance | path

Searched refs:getDimX (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/
DrsFont.cpp121 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in drawCachedGlyph()
273 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in updateGlyphCache()
459 uint32_t cacheWidth = getCacheTextureType()->getDimX(); in cacheBitmap()
562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture()
564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture()
568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture()
572 mCacheLines.push_back(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture()
574 …mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), next… in initTextTexture()
DrsApiType.cpp32 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
DrsMesh.cpp185 … renderPrimitiveRange(rsc, primIndex, 0, mHal.state.indexBuffers[primIndex]->getType()->getDimX()); in renderPrimitive()
189 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.vertexBuffers[0]->getType()->getDimX()); in renderPrimitive()
235 numVerts = bufferType->getDimX(); in computeBBox()
DrsAllocation.cpp656 (type0->getDimX() == type1->getDimX()) && 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()
722 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationRead()
724 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes); in rsi_AllocationRead()
776 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCreateFromBitmap()
800 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap()
808 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize, 0); in rsi_AllocationCubeCreateFromBitmap()
DrsType.h73 uint32_t getDimX() const {return mHal.state.dimX;} in getDimX() function
DrsType.cpp209 uint32_t x = getDimX(); in getIsNp2()
235 if (t->getDimX() != params->dimX) continue; in getTypeRef()
DrsContext.cpp592 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX(); in getCurrentSurfaceWidth()
596 return mFBOCache.mHal.state.depthTarget->getType()->getDimX(); in getCurrentSurfaceWidth()
/frameworks/rs/driver/
DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(), in rsdFrameBufferSetActive()
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(), in rsdFrameBufferSetActive()
DrsdAllocation.cpp300 alloc->mHal.drvState.lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable()
421 …if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlig… in rsdAllocationInitStrided()
481 …alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType… in rsdAllocationInitStrided()
596 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize()
637 drv->readBackFBO->setDimensions(alloc->getType()->getDimX(), in rsdAllocationSyncFromFBO()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp580 mtls->redp.dim.x = inType->getDimX(); in reduceMtlsSetup()
664 mtls->fep.dim.x = inType->getDimX(); in forEachMtlsSetup()
679 mtls->fep.dim.x = outType->getDimX(); in forEachMtlsSetup()
/frameworks/rs/rsov/driver/
DrsovAllocation.cpp85 alloc->mHal.drvState.lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable()
223 mWidth(type->getDimX()), in RSoVAllocation()
DrsovScript.cpp463 mappedMetadata[id].x_size = T->getDimX(); in MarshalTypeInfo()