Home
last modified time | relevance | path

Searched refs:mPhysicalDeviceFeatures (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp188 (mPhysicalDeviceFeatures.textureCompressionETC2 == VK_TRUE) && in ensureCapsInitialized()
272 (mPhysicalDeviceFeatures.robustBufferAccess == VK_TRUE); in ensureCapsInitialized()
282 vk::CommandBuffer::SupportsQueries(mPhysicalDeviceFeatures); in ensureCapsInitialized()
376 (mPhysicalDeviceFeatures.fragmentStoresAndAtomics == VK_TRUE) && in ensureCapsInitialized()
525 if (mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics) in ensureCapsInitialized()
570 mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics in ensureCapsInitialized()
586 mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics in ensureCapsInitialized()
590 mPhysicalDeviceFeatures.fragmentStoresAndAtomics in ensureCapsInitialized()
612 if (!mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics) in ensureCapsInitialized()
616 if (!mPhysicalDeviceFeatures.fragmentStoresAndAtomics) in ensureCapsInitialized()
[all …]
H A DRendererVk.cpp851 vkGetPhysicalDeviceFeatures(mPhysicalDevice, &mPhysicalDeviceFeatures); in initialize()
1358 enabledFeatures.features.wideLines = mPhysicalDeviceFeatures.wideLines; in initializeDevice()
1361 mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics; in initializeDevice()
1364 mPhysicalDeviceFeatures.fragmentStoresAndAtomics; in initializeDevice()
1369 mPhysicalDeviceFeatures.shaderImageGatherExtended; in initializeDevice()
1372 mPhysicalDeviceFeatures.shaderUniformBufferArrayDynamicIndexing; in initializeDevice()
1375 mPhysicalDeviceFeatures.shaderSampledImageArrayDynamicIndexing; in initializeDevice()
1378 mPhysicalDeviceFeatures.shaderStorageBufferArrayDynamicIndexing; in initializeDevice()
1644 if (!vk::CanSupportGPUShader5EXT(mPhysicalDeviceFeatures)) in getMaxSupportedESVersion()
1682 if (!vk::CommandBuffer::SupportsQueries(mPhysicalDeviceFeatures)) in getMaxSupportedESVersion()
[all …]
H A DRendererVk.h111 return mPhysicalDeviceFeatures; in getPhysicalDeviceFeatures()
360 VkPhysicalDeviceFeatures mPhysicalDeviceFeatures; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp55 (mPhysicalDeviceFeatures.textureCompressionETC2 == VK_TRUE) && in ensureCapsInitialized()
126 (mPhysicalDeviceFeatures.robustBufferAccess == VK_TRUE); in ensureCapsInitialized()
136 vk::CommandBuffer::SupportsQueries(mPhysicalDeviceFeatures); in ensureCapsInitialized()
148 mPhysicalDeviceFeatures.samplerAnisotropy && limitsVk.maxSamplerAnisotropy > 1.0f; in ensureCapsInitialized()
176 mNativeExtensions.gpuShader5EXT = vk::CanSupportGPUShader5EXT(mPhysicalDeviceFeatures); in ensureCapsInitialized()
328 if (mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics) in ensureCapsInitialized()
373 mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics in ensureCapsInitialized()
377 mPhysicalDeviceFeatures.fragmentStoresAndAtomics ? LimitToInt(maxPerStageStorageBuffers) in ensureCapsInitialized()
389 mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics in ensureCapsInitialized()
393 mPhysicalDeviceFeatures.fragmentStoresAndAtomics in ensureCapsInitialized()
[all …]
H A DRendererVk.cpp888 vkGetPhysicalDeviceFeatures(mPhysicalDevice, &mPhysicalDeviceFeatures); in initialize()
1213 mPhysicalDeviceFeatures.vertexPipelineStoresAndAtomics; in initializeDevice()
1216 mPhysicalDeviceFeatures.fragmentStoresAndAtomics; in initializeDevice()
1218 enabledFeatures.features.geometryShader = mPhysicalDeviceFeatures.geometryShader; in initializeDevice()
1221 mPhysicalDeviceFeatures.shaderImageGatherExtended; in initializeDevice()
1224 mPhysicalDeviceFeatures.shaderUniformBufferArrayDynamicIndexing; in initializeDevice()
1227 mPhysicalDeviceFeatures.shaderSampledImageArrayDynamicIndexing; in initializeDevice()
1230 mPhysicalDeviceFeatures.shaderStorageBufferArrayDynamicIndexing; in initializeDevice()
1435 if (!vk::CanSupportGPUShader5EXT(mPhysicalDeviceFeatures)) in getMaxSupportedESVersion()
1473 if (!vk::CommandBuffer::SupportsQueries(mPhysicalDeviceFeatures)) in getMaxSupportedESVersion()
[all …]
H A DRendererVk.h99 return mPhysicalDeviceFeatures; in getPhysicalDeviceFeatures()
284 VkPhysicalDeviceFeatures mPhysicalDeviceFeatures; variable