Lines Matching refs:dimX
237 drv->lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable()
240 drv->lod[0].stride = drv->lod[0].dimX * type->getElementSizeBytes(); in AllocationBuildPointerTable()
249 uint32_t tx = drv->lod[0].dimX; in AllocationBuildPointerTable()
253 drv->lod[lod].dimX = tx; in AllocationBuildPointerTable()
382 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() local
384 if (dimX > oldDimX) { in rsdAllocationResize()
387 0, stride * (dimX - oldDimX)); in rsdAllocationResize()
414 RSD_CALL_GL(glReadPixels, 0, 0, drv->lod[0].dimX, drv->lod[0].dimY, in rsdAllocationSyncFromFBO()
771 uint32_t w = drv->lod[lod + 1].dimX; in mip565()
790 uint32_t w = drv->lod[lod + 1].dimX; in mip8888()
809 uint32_t w = drv->lod[lod + 1].dimX; in mip8()