Searched refs:newQueueFamilyIndex (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.h | 614 void changeQueue(uint32_t newQueueFamilyIndex, CommandBuffer *commandBuffer); 965 bool isQueueChangeNeccesary(uint32_t newQueueFamilyIndex) const in isQueueChangeNeccesary() argument 967 return mCurrentQueueFamilyIndex != newQueueFamilyIndex; in isQueueChangeNeccesary() 972 uint32_t newQueueFamilyIndex, 1089 uint32_t newQueueFamilyIndex,
|
D | vk_helpers.cpp | 1877 void BufferHelper::changeQueue(uint32_t newQueueFamilyIndex, CommandBuffer *commandBuffer) in changeQueue() argument 1884 bufferMemoryBarrier.dstQueueFamilyIndex = newQueueFamilyIndex; in changeQueue() 1892 mCurrentQueueFamilyIndex = newQueueFamilyIndex; in changeQueue() 2341 uint32_t newQueueFamilyIndex, in changeLayoutAndQueue() argument 2344 ASSERT(isQueueChangeNeccesary(newQueueFamilyIndex)); in changeLayoutAndQueue() 2345 forceChangeLayoutAndQueue(aspectMask, newLayout, newQueueFamilyIndex, commandBuffer); in changeLayoutAndQueue() 2372 uint32_t newQueueFamilyIndex, in forceChangeLayoutAndQueue() argument 2385 imageMemoryBarrier.dstQueueFamilyIndex = newQueueFamilyIndex; in forceChangeLayoutAndQueue() 2398 mCurrentQueueFamilyIndex = newQueueFamilyIndex; in forceChangeLayoutAndQueue() 2404 uint32_t newQueueFamilyIndex,
|