/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemContext.cpp | 31 ProtectedContext(Context& ctx, const std::vector<std::string> instanceExtensions, const std::vector<std::string> deviceExtensions) ProtectedContext() argument 51 ProtectedContext(Context& ctx, vk::wsi::Type wsiType, vk::wsi::Display& display, vk::wsi::Window& window, const std::vector<std::string> instanceExtensions, const std::vector<std::string> deviceExtensions) ProtectedContext() argument
|
H A D | vktProtectedMemContext.hpp | 102 ProtectedTestInstance (Context& ctx, const std::vector<std::string>& deviceExtensions) in ProtectedTestInstance() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemContext.cpp | 31 ProtectedContext(Context& ctx, const std::vector<std::string> instanceExtensions, const std::vector<std::string> deviceExtensions) ProtectedContext() argument 51 ProtectedContext(Context& ctx, vk::wsi::Type wsiType, vk::wsi::Display& display, vk::wsi::Window& window, const std::vector<std::string> instanceExtensions, const std::vector<std::string> deviceExtensions) ProtectedContext() argument
|
H A D | vktProtectedMemContext.hpp | 102 ProtectedTestInstance (Context& ctx, const std::vector<std::string>& deviceExtensions) in ProtectedTestInstance() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_gpu_image_vk.cpp | 53 const PlatformDeviceExtensions& deviceExtensions = deviceVk.GetPlatformDeviceExtensions(); in CreatePlatformHwBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkShaderObjectUtil.cpp | 39 std::vector<std::string> removeUnsupportedShaderObjectExtensions (const vk::InstanceInterface& vki, const vk::VkPhysicalDevice physicalDevice, const std::vector<std::string>& deviceExtensions) in removeUnsupportedShaderObjectExtensions() argument
|
H A D | vkDeviceFeatures.cpp | 29 DeviceFeatures(const InstanceInterface &vki, const deUint32 apiVersion, const VkPhysicalDevice physicalDevice, const std::vector<std::string> &instanceExtensions, const std::vector<std::string> &deviceExtensions, const deBool enableAllFeatures) DeviceFeatures() argument
|
H A D | vkDeviceProperties.cpp | 29 DeviceProperties(const InstanceInterface& vki, const deUint32 apiVersion, const VkPhysicalDevice physicalDevice, const std::vector<std::string>& instanceExtensions, const std::vector<std::string>& deviceExtensions) DeviceProperties() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 138 const std::vector<vk::VkExtensionProperties>& deviceExtensions = vk::enumerateCachedDeviceExtensionProperties(vki, physicalDevice); in forbiddenCoreExtensions() local 325 const std::vector<vk::VkExtensionProperties>& deviceExtensions = vk::enumerateCachedDeviceExtensionProperties(vki, physicalDevice); in allowedExtensions() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 138 const std::vector<vk::VkExtensionProperties> deviceExtensions = vk::enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL); in forbiddenCoreExtensions() local 325 const std::vector<vk::VkExtensionProperties> deviceExtensions = vk::enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL); in allowedExtensions() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | platform_hardware_buffer_util_vk.cpp | 88 const DeviceVk::CommonDeviceExtensions& deviceExtensions = deviceVk.GetCommonDeviceExtensions(); in GetImageMemoryRequirements() local
|
H A D | pipeline_create_functions_vk.cpp | 658 const DeviceVk::CommonDeviceExtensions& deviceExtensions = deviceVk.GetCommonDeviceExtensions(); in CreateRenderPass() local 686 const DeviceVk::CommonDeviceExtensions& deviceExtensions = deviceVk.GetCommonDeviceExtensions(); in CreateRenderPassCompatibility() local
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkExtensions.cpp | 35 init(GrVkGetProc getProc, VkInstance instance, VkPhysicalDevice physDev, uint32_t instanceExtensionCount, const char* const* instanceExtensions, uint32_t deviceExtensionCount, const char* const* deviceExtensions) init() argument
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_extension_inspection.hpp | 74 static std::set<std::string> deviceExtensions = { in getDeviceExtensions() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 71 std::vector<const char*> deviceExtensions; in createDeviceSupportingQueues() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 71 std::vector<const char*> deviceExtensions; in createDeviceSupportingQueues() local
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksStructsVKSC.hpp | 87 vector<string> deviceExtensions; member
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/ |
H A D | vulkan_loader_system_test.cpp | 282 std::vector<const char*> deviceExtensions; in HWTEST_F() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 489 const auto& deviceExtensions = m_recipe->GetRequiredInstanceExtensions(); in validateRequirements() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateUtil.cpp | 236 bool extensionEnabled(const std::vector<std::string>& deviceExtensions, const std::string& ext) in extensionEnabled() argument 241 void setDefaultShaderObjectDynamicStates (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, const std::vector<std::string>& deviceExtensions, vk::VkPrimitiveTopology topology, bool meshShader, bool setViewport) in setDefaultShaderObjectDynamicStates() argument [all...] |
H A D | vktShaderObjectMiscTests.cpp | 123 const auto deviceExtensions = vk::removeUnsupportedShaderObjectExtensions(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), m_context.getDeviceExtensions()); in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 488 const auto& deviceExtensions = m_recipe->GetRequiredInstanceExtensions(); in validateRequirements() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicVertexAttributeTests.cpp | 247 const auto& deviceExtensions = m_context.getDeviceExtensions(); in iterate() local
|
H A D | vktPipelineRobustnessCacheTests.cpp | 226 const auto& deviceExtensions = m_context.getDeviceExtensions(); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 627 std::vector<const char*> deviceExtensions; in basicMultiQueueCase() local
|