Home
last modified time | relevance | path

Searched refs:requiredFlags (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp105 VkMemoryPropertyFlags requiredFlags, in CreateBuffer()
114 allocationCreateInfo.requiredFlags = requiredFlags; in CreateBuffer()
128 VkMemoryPropertyFlags requiredFlags, in FindMemoryTypeIndexForBufferInfo()
134 allocationCreateInfo.requiredFlags = requiredFlags; in FindMemoryTypeIndexForBufferInfo()
103 CreateBuffer(VmaAllocator allocator, const VkBufferCreateInfo *pBufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMapped, uint32_t *pMemoryTypeIndexOut, VkBuffer *pBuffer, VmaAllocation *pAllocation) CreateBuffer() argument
126 FindMemoryTypeIndexForBufferInfo(VmaAllocator allocator, const VkBufferCreateInfo *pBufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMappedBuffers, uint32_t *pMemoryTypeIndexOut) FindMemoryTypeIndexForBufferInfo() argument
H A Dvk_mem_alloc_wrapper.h41 VkMemoryPropertyFlags requiredFlags,
50 VkMemoryPropertyFlags requiredFlags,
H A DRendererVk.h98 VkMemoryPropertyFlags requiredFlags,
110 VkMemoryPropertyFlags requiredFlags,
H A Dvk_utils.cpp614 VkMemoryPropertyFlags requiredFlags = in init() local
622 renderer, createInfo, requiredFlags, preferredFlags, in init()
633 requiredFlags)); in init()
H A DRendererVk.cpp3807 VkMemoryPropertyFlags requiredFlags, in createBuffer()
3817 return vma::CreateBuffer(allocator.getHandle(), &bufferCreateInfo, requiredFlags, in createBuffer()
3833 VkMemoryPropertyFlags requiredFlags, in findMemoryTypeIndexForBufferInfo()
3840 requiredFlags, preferredFlags, in findMemoryTypeIndexForBufferInfo()
3805 createBuffer(RendererVk *renderer, const VkBufferCreateInfo &bufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMappedBuffers, uint32_t *memoryTypeIndexOut, Buffer *bufferOut, Allocation *allocationOut) createBuffer() argument
3830 findMemoryTypeIndexForBufferInfo( RendererVk *renderer, const VkBufferCreateInfo &bufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMappedBuffers, uint32_t *memoryTypeIndexOut) const findMemoryTypeIndexForBufferInfo() argument
H A Dvk_helpers.cpp3677 VkMemoryPropertyFlags requiredFlags = in init() local
3688 renderer, *createInfo, requiredFlags, preferredFlags, in init()
3696 ANGLE_VK_TRY(contextVk, bufferMemoryAllocator.createBuffer(renderer, *createInfo, requiredFlags, in init()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp199 info.requiredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in allocateImageMemory()
210 info.requiredFlags |= VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT; in allocateImageMemory()
214 info.requiredFlags |= VK_MEMORY_PROPERTY_PROTECTED_BIT; in allocateImageMemory()
271 info.requiredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in allocateBufferMemory()
287 info.requiredFlags = in allocateBufferMemory()
292 info.requiredFlags = in allocateBufferMemory()
296 info.requiredFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in allocateBufferMemory()
302 (info.requiredFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT)) { in allocateBufferMemory()
303 info.requiredFlags |= VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; in allocateBufferMemory()
/third_party/googletest/googletest/src/hwext/
H A Dgtest-filter.cc206 flags_accepted = ((flags&requiredFlags) == requiredFlags); in accept()
219 requiredFlags = TestFlag::None; in reset()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceZirconHandle.cpp52 VkFlags requiredFlags = VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR | in CheckSupport() local
55 return IsSubset(requiredFlags, semaphoreProperties.externalSemaphoreFeatures); in CheckSupport()
H A DSemaphoreServiceFD.cpp59 VkFlags requiredFlags = VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR | in CheckSupport() local
62 return IsSubset(requiredFlags, semaphoreProperties.externalSemaphoreFeatures); in CheckSupport()
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-filter.h29 int requiredFlags; member in testing::ext::TestFilter
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp116 vk::VkQueueFlags requiredFlags = vk::VK_QUEUE_GRAPHICS_BIT in chooseProtectedMemQueueFamilyIndex() local
130 if ((flags & requiredFlags) == requiredFlags) in chooseProtectedMemQueueFamilyIndex()
H A DvktProtectedMemWsiSwapchainTests.cpp739 vk::VkQueueFlags requiredFlags = vk::VK_QUEUE_PROTECTED_BIT; in executeSwapchainParameterCases() local
744 if ((flags & requiredFlags) == requiredFlags && idx != queueIdx) in executeSwapchainParameterCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp116 vk::VkQueueFlags requiredFlags = vk::VK_QUEUE_GRAPHICS_BIT in chooseProtectedMemQueueFamilyIndex() local
130 if ((flags & requiredFlags) == requiredFlags) in chooseProtectedMemQueueFamilyIndex()
/third_party/googletest/googletest/test/
H A Dgtest_ext_unittest.cc151 TEST(GTestExtUnittest_testfilter, requiredFlags) { in TEST()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h256 VmaAllocationCreateInfo::requiredFlags and VmaAllocationCreateInfo::preferredFlags
264 allocInfo.requiredFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT;
1748 `VK_MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD` to VmaAllocationCreateInfo::requiredFlags
2758 VkMemoryPropertyFlags requiredFlags; member
2775 `usage`, `requiredFlags`, `preferredFlags`, `memoryTypeBits` are ignored.
2793 - Contains all the flags from pAllocationCreateInfo->requiredFlags.
15171 createInfo.requiredFlags,
15197 createInfo.requiredFlags,
15226 createInfo.requiredFlags,
15255 createInfo.requiredFlags,
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp1108 const VkFormatFeatureFlags requiredFlags = (VK_FORMAT_FEATURE_BLIT_SRC_BIT | VK_FORMAT_FEATURE_BLIT_DST_BIT); in BlitImplementation() local
1111 if ((features & requiredFlags) != requiredFlags) in BlitImplementation()
1295 const VkFormatFeatureFlags requiredFlags = (VK_FORMAT_FEATURE_BLIT_SRC_BIT | VK_FORMAT_FEATURE_BLIT_DST_BIT); in BlitCopyImplementation() local
1298 if ((features & requiredFlags) != requiredFlags) in BlitCopyImplementation()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp1107 const VkFormatFeatureFlags requiredFlags = (VK_FORMAT_FEATURE_BLIT_SRC_BIT | VK_FORMAT_FEATURE_BLIT_DST_BIT); in BlitImplementation() local
1110 if ((features & requiredFlags) != requiredFlags) in BlitImplementation()
1294 const VkFormatFeatureFlags requiredFlags = (VK_FORMAT_FEATURE_BLIT_SRC_BIT | VK_FORMAT_FEATURE_BLIT_DST_BIT); in BlitCopyImplementation() local
1297 if ((features & requiredFlags) != requiredFlags) in BlitCopyImplementation()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp5128 deUint32 requiredFlags;
5280 if (usageConfigs[usageNdx].requiredFlags && (flags & usageConfigs[usageNdx].requiredFlags) == 0)

Completed in 71 milliseconds