• Home
  • Raw
  • Download

Lines Matching refs:updateBaseLayer

6339             uint32_t updateBaseLayer, updateLayerCount;  in flushStagedUpdates()  local
6340 update.getDestSubresource(mLayerCount, &updateBaseLayer, &updateLayerCount); in flushStagedUpdates()
6344 updateBaseLayer + updateLayerCount <= layerStart || updateBaseLayer >= layerEnd; in flushStagedUpdates()
6384 updateBaseLayer % kMaxParallelSubresourceUpload; in flushStagedUpdates()
6401 updateBaseLayer, updateLayerCount, commandBuffer); in flushStagedUpdates()
6407 setContentDefined(updateMipLevelVk, 1, updateBaseLayer, updateLayerCount, in flushStagedUpdates()
6425 onWrite(updateMipLevelGL, 1, updateBaseLayer, updateLayerCount, in flushStagedUpdates()
6438 onWrite(updateMipLevelGL, 1, updateBaseLayer, updateLayerCount, in flushStagedUpdates()
6492 uint32_t updateBaseLayer, updateLayerCount; in hasStagedUpdatesForSubresource() local
6493 update.getDestSubresource(mLayerCount, &updateBaseLayer, &updateLayerCount); in hasStagedUpdatesForSubresource()
6495 const uint32_t updateLayerEnd = updateBaseLayer + updateLayerCount; in hasStagedUpdatesForSubresource()
6498 if ((layer >= updateBaseLayer && layer < updateLayerEnd) || in hasStagedUpdatesForSubresource()
6499 (layerEnd > updateBaseLayer && layerEnd <= updateLayerEnd)) in hasStagedUpdatesForSubresource()
6607 uint32_t updateBaseLayer, updateLayerCount; in removeSupersededUpdates() local
6608 update.getDestSubresource(mLayerCount, &updateBaseLayer, &updateLayerCount); in removeSupersededUpdates()
6622 updateLayersMask <<= updateBaseLayer; in removeSupersededUpdates()
7185 uint32_t updateBaseLayer, updateLayerCount; in isUpdateToLayers() local
7186 getDestSubresource(gl::ImageIndex::kEntireLevel, &updateBaseLayer, &updateLayerCount); in isUpdateToLayers()
7188 return updateBaseLayer == layerIndex && in isUpdateToLayers()