Home
last modified time | relevance | path

Searched defs:physicalDevice (Results 1 - 25 of 470) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp155 VkPhysicalDevice physicalDevice; member in Device
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_wsi.c27 lvp_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char *pName) in lvp_wsi_proc_addr() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_wsi.c34 panvk_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char *pName) in panvk_wsi_proc_addr() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_wsi.c37 static PFN_vkVoidFunction pvr_wsi_proc_addr(VkPhysicalDevice physicalDevice, in pvr_wsi_proc_addr() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_wsi.c28 dzn_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char *pName) in dzn_wsi_proc_addr() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_wsi.c18 tu_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char *pName) in tu_wsi_proc_addr() argument
25 tu_wsi_can_present_on_device(VkPhysicalDevice physicalDevice, int fd) in tu_wsi_can_present_on_device() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkInstance.hpp41 VkPhysicalDevice physicalDevice = VK_NULL_HANDLE; member in vk::Instance
H A DVkInstance.cpp21 Instance::Instance(const VkInstanceCreateInfo *pCreateInfo, void *mem, VkPhysicalDevice physicalDevice, DebugUtilsMessenger *messenger) in Instance() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DFramebuffer.cpp17 Framebuffer::Framebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attachment, vk::Format colorFormat, vk::RenderPass renderPass, vk::Extent2D extent, bool multisample) in Framebuffer() argument
H A DImage.cpp18 Image::Image(vk::Device device, vk::PhysicalDevice physicalDevice, uint32_t width, uint32_t height, vk::Format format, vk::SampleCountFlagBits sampleCount /*= vk::SampleCountFlagBits::e1*/) in Image() argument
H A DVulkanTester.hpp46 vk::PhysicalDevice physicalDevice; member in VulkanTester
H A DSwapchain.cpp18 Swapchain::Swapchain(vk::PhysicalDevice physicalDevice, vk::Device device, Window &window) in Swapchain() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_wsi.c36 radv_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char *pName) in radv_wsi_proc_addr() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_wsi.c33 anv_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char *pName) in anv_wsi_proc_addr() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderObjectUtil.cpp39 std::vector<std::string> removeUnsupportedShaderObjectExtensions (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physicalDevice, const std::vector<std::string>& deviceExtensions) in removeUnsupportedShaderObjectExtensions() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberHelper.cpp31 GetVulkanConfig(void* instance, void* physicalDevice, void* device, const void* features, const void* features2, const std::vector<std::string>& instance_extensions, const std::vector<std::string>& device_extensions, deUint32 queueIdx, void* queue, void* getInstanceProcAddr) GetVulkanConfig() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberHelper.cpp31 GetVulkanConfig(void* instance, void* physicalDevice, void* device, const void* features, const void* features2, const std::vector<std::string>& instance_extensions, const std::vector<std::string>& device_extensions, deUint32 queueIdx, void* queue, void* getInstanceProcAddr) GetVulkanConfig() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DWindowSurfaceVkAndroid.cpp41 const VkPhysicalDevice &physicalDevice = renderer->getPhysicalDevice(); in getCurrentWindowSize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/headless/
H A DWindowSurfaceVkHeadless.cpp41 const VkPhysicalDevice &physicalDevice = context->getRenderer()->getPhysicalDevice(); in getCurrentWindowSize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/display/
H A DWindowSurfaceVkSimple.cpp28 VkPhysicalDevice physicalDevice = renderer->getPhysicalDevice(); in createSurfaceVk() local
72 const VkPhysicalDevice &physicalDevice = renderer->getPhysicalDevice(); in getCurrentWindowSize() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceNull.cpp28 CheckSupport(const VulkanDeviceInfo& deviceInfo, VkPhysicalDevice physicalDevice, const VulkanFunctions& fn) CheckSupport() argument
/third_party/vulkan-loader/loader/
H A Dloader.h39 static inline VkPhysicalDevice loader_unwrap_physical_device(VkPhysicalDevice physicalDevice) { in loader_unwrap_physical_device() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp38 validateImageSize(const InstanceInterface& instance, const VkPhysicalDevice physicalDevice, const ImageType imageType, const tcu::UVec3& imageSize) const validateImageSize() argument
95 validateImageFeatureFlags(const InstanceInterface& instance, const VkPhysicalDevice physicalDevice, const VkFormat format, const VkFormatFeatureFlags featureFlags) const validateImageFeatureFlags() argument
114 validateImageInfo(const InstanceInterface& instance, const VkPhysicalDevice physicalDevice, const VkImageCreateInfo& imageInfo) const validateImageInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktSafetyCriticalApiTests.cpp136 vk::VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in forbiddenCoreExtensions() local
323 vk::VkPhysicalDevice physicalDevice = context.getPhysicalDevice(); in allowedExtensions() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ggp/
H A DWindowSurfaceVkGGP.cpp52 const VkPhysicalDevice &physicalDevice = renderer->getPhysicalDevice(); in getCurrentWindowSize() local

Completed in 6 milliseconds

12345678910>>...19