Searched refs:updateLayerCount (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 6214 const uint32_t updateLayerCount = isClear ? update.data.clear.layerCount : 0; in flushSingleSubresourceStagedUpdates() local 6218 if (!isClear || (updateLayerCount != layerCount && in flushSingleSubresourceStagedUpdates() 6339 uint32_t updateBaseLayer, updateLayerCount; in flushStagedUpdates() local 6340 update.getDestSubresource(mLayerCount, &updateBaseLayer, &updateLayerCount); in flushStagedUpdates() 6344 updateBaseLayer + updateLayerCount <= layerStart || updateBaseLayer >= layerEnd; in flushStagedUpdates() 6374 if (updateLayerCount >= kMaxParallelSubresourceUpload) in flushStagedUpdates() 6382 const uint64_t subresourceHashRange = angle::BitMask<uint64_t>(updateLayerCount); in flushStagedUpdates() 6401 updateBaseLayer, updateLayerCount, commandBuffer); in flushStagedUpdates() 6407 setContentDefined(updateMipLevelVk, 1, updateBaseLayer, updateLayerCount, in flushStagedUpdates() 6425 onWrite(updateMipLevelGL, 1, updateBaseLayer, updateLayerCount, in flushStagedUpdates() [all …]
|
D | FramebufferVk.h | 242 void updateLayerCount();
|
D | FramebufferVk.cpp | 1342 void FramebufferVk::updateLayerCount() in updateLayerCount() function in rx::FramebufferVk 1376 mCurrentFramebufferDesc.updateLayerCount(layerCount); in updateLayerCount() 1880 updateLayerCount(); in syncState()
|
D | vk_cache_utils.h | 1219 void updateLayerCount(uint32_t layerCount);
|
D | vk_cache_utils.cpp | 3074 void FramebufferDesc::updateLayerCount(uint32_t layerCount) in updateLayerCount() function in rx::vk::FramebufferDesc
|