Home
last modified time | relevance | path

Searched defs:deviceExtensions (Results 1 - 25 of 66) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemContext.cpp31 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 DvktProtectedMemContext.hpp102 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 DvktProtectedMemContext.cpp31 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 DvktProtectedMemContext.hpp102 ProtectedTestInstance (Context& ctx, const std::vector<std::string>& deviceExtensions) in ProtectedTestInstance() 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
H A DvkDeviceFeatures.cpp29 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 DvkDeviceProperties.cpp29 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 DvktSafetyCriticalApiTests.cpp138 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 DvktSafetyCriticalApiTests.cpp138 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
/third_party/skia/src/gpu/vk/
H A DGrVkExtensions.cpp35 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 Dvulkan_extension_inspection.hpp74 static std::set<std::string> deviceExtensions = { in getDeviceExtensions() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp71 std::vector<const char*> deviceExtensions; in createDeviceSupportingQueues() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp71 std::vector<const char*> deviceExtensions; in createDeviceSupportingQueues() local
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp87 vector<string> deviceExtensions; member
H A DvksJson.cpp165 writeJSON_GraphicsPipeline_vkpccjson(const std::string& filePrefix, deUint32 pipelineIndex, const vk::VkPipelineOfflineCreateInfo id, const VkGraphicsPipelineCreateInfo& gpCI, const vk::VkPhysicalDeviceFeatures2& deviceFeatures2, const std::vector<std::string>& deviceExtensions, const std::map<VkSamplerYcbcrConversion, VkSamplerYcbcrConversionCreateInfo>& samplerYcbcrConversions, const std::map<VkSampler, VkSamplerCreateInfo>& samplers, const std::map<VkDescriptorSetLayout, VkDescriptorSetLayoutCreateInfo>& descriptorSetLayouts, const std::map<VkRenderPass, VkRenderPassCreateInfo>& renderPasses, const std::map<VkRenderPass, VkRenderPassCreateInfo2>& renderPasses2, const std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo>& pipelineLayouts) writeJSON_GraphicsPipeline_vkpccjson() argument
404 writeJSON_ComputePipeline_vkpccjson(const std::string& filePrefix, deUint32 pipelineIndex, const vk::VkPipelineOfflineCreateInfo id, const VkComputePipelineCreateInfo& cpCI, const vk::VkPhysicalDeviceFeatures2& deviceFeatures2, const std::vector<std::string>& deviceExtensions, const std::map<VkSamplerYcbcrConversion, VkSamplerYcbcrConversionCreateInfo>& samplerYcbcrConversions, const std::map<VkSampler, VkSamplerCreateInfo>& samplers, const std::map<VkDescriptorSetLayout, VkDescriptorSetLayoutCreateInfo>& descriptorSetLayouts, const std::map<VkPipelineLayout, VkPipelineLayoutCreateInfo>& pipelineLayouts) writeJSON_ComputePipeline_vkpccjson() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp489 const auto& deviceExtensions = m_recipe->GetRequiredInstanceExtensions(); in validateRequirements() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp236 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 DvktShaderObjectMiscTests.cpp123 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 DvktAmberTestCase.cpp488 const auto& deviceExtensions = m_recipe->GetRequiredInstanceExtensions(); in validateRequirements() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp247 const auto& deviceExtensions = m_context.getDeviceExtensions(); in iterate() local
H A DvktPipelineRobustnessCacheTests.cpp226 const auto& deviceExtensions = m_context.getDeviceExtensions(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp627 std::vector<const char*> deviceExtensions; in basicMultiQueueCase() local
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp634 SkTArray<VkExtensionProperties> deviceExtensions; in CreateVkBackendContext() local
231 init_device_extensions_and_layers(GrVkGetProc getProc, uint32_t specVersion, VkInstance inst, VkPhysicalDevice physDev, SkTArray<VkExtensionProperties>* deviceExtensions, SkTArray<VkLayerProperties>* deviceLayers) init_device_extensions_and_layers() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp547 std::vector<const char*> deviceExtensions; in basicMultiQueueCase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp108 std::vector<const char*> deviceExtensions; in createImageRobustnessDevice() local

Completed in 21 milliseconds

123