Home
last modified time | relevance | path

Searched defs:deviceProperties (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvulkan_icd.cpp79 return [](const VkPhysicalDeviceProperties &deviceProperties) { in GetFilterForICD()
85 return [](const VkPhysicalDeviceProperties &deviceProperties) { in GetFilterForICD()
94 return [anglePreferredDevice](const VkPhysicalDeviceProperties &deviceProperties) { in GetFilterForICD()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp41 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in validateImageSize() local
DvktPipelineMultisampleTests.cpp996 VkPhysicalDeviceProperties deviceProperties; in isSupportedSampleCount() local
2014 VkPhysicalDeviceProperties deviceProperties; in verifyImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp219 VkPhysicalDeviceProperties2 deviceProperties; in isFloatControlsFeaturesSupported() local
DvktSpvAsmFloatControlsTests.cpp3075 vk::VkPhysicalDeviceProperties2 deviceProperties; in verifyIndependenceSettings() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp547 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in checkSupport() local
DvktSparseResourcesTestsUtil.cpp265 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in isImageSizeSupported() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp78 vk::VkPhysicalDeviceProperties deviceProperties; in getResultBlockAlignedSize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1546 VkPhysicalDeviceProperties2 deviceProperties = {}; in queryDeviceExtensionFeatures() local
3173 VkFormatProperties &deviceProperties = mFormatProperties[formatID]; in getFormatFeatureBits() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp587 vk::VkPhysicalDeviceProperties deviceProperties; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp276 VkPhysicalDeviceProperties2 deviceProperties; in isFeaturesSupported() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1258 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physic… in uploadSparseImage() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp5031 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physic… in allocateAndBindSparseImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1757 VkPhysicalDeviceProperties2 deviceProperties; in DepthResolveImagelessTestInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2493 tcu::TestStatus deviceProperties (Context& context) in deviceProperties() function