Home
last modified time | relevance | path

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

/external/angle/src/common/vulkan/
Dvulkan_icd.cpp81 return [](const VkPhysicalDeviceProperties &deviceProperties) { in GetFilterForICD()
87 return [](const VkPhysicalDeviceProperties &deviceProperties) { in GetFilterForICD()
96 return [anglePreferredDevice](const VkPhysicalDeviceProperties &deviceProperties) { in GetFilterForICD()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp41 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in validateImageSize() local
DvktPipelineMultisampleTests.cpp857 VkPhysicalDeviceProperties deviceProperties; in isSupportedSampleCount() local
1628 VkPhysicalDeviceProperties deviceProperties; in verifyImage() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp226 VkPhysicalDeviceProperties2 deviceProperties; in isFloatControlsFeaturesSupported() local
DvktSpvAsmFloatControlsTests.cpp3075 vk::VkPhysicalDeviceProperties2 deviceProperties; in verifyIndependenceSettings() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h136 const cudaDeviceProp& deviceProperties() const { in initializeDeviceProp() function
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp769 VkPhysicalDeviceProperties deviceProperties = {}; in createQueryPool() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp579 vk::VkPhysicalDeviceProperties deviceProperties; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp550 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in recordCommands() local
DvktSparseResourcesTestsUtil.cpp265 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in isImageSizeSupported() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp78 vk::VkPhysicalDeviceProperties deviceProperties; in getResultBlockAlignedSize() local
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1293 VkPhysicalDeviceProperties2 deviceProperties = {}; in queryDeviceExtensionFeatures() local
2841 VkFormatProperties &deviceProperties = mFormatProperties[formatID]; in getFormatFeatureBits() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp270 VkPhysicalDeviceProperties2 deviceProperties; in isFeaturesSupported() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc141 const gpuDeviceProp_t& deviceProperties() const override { in deviceProperties() function in tensorflow::EigenGpuStreamDevice
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1248 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physic… in uploadSparseImage() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4865 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physic… in allocateAndBindSparseImage() local
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1757 VkPhysicalDeviceProperties2 deviceProperties; in DepthResolveImagelessTestInstance() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2475 tcu::TestStatus deviceProperties (Context& context) in deviceProperties() function