Home
last modified time | relevance | path

Searched defs:device_extensions (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberHelper.cpp37 const std::vector<std::string>& device_extensions, in GetVulkanConfig()
DvktAmberTestCase.cpp154 std::set<std::string> device_extensions(ctx.getDeviceExtensions().begin(), in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberHelper.cpp37 const std::vector<std::string>& device_extensions, in GetVulkanConfig()
DvktAmberTestCase.cpp153 std::set<std::string> device_extensions(ctx.getDeviceExtensions().begin(), in checkSupport() local
/third_party/vk-gl-cts/external/amber/src/samples/
Damber.cc547 const auto device_extensions = local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan.cc96 const std::vector<std::string>& device_extensions) { in Initialize()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h117 std::vector<VkExtensionProperties> device_extensions; member
Dvulkan_command_buffer_utils.cpp128 VkExtensionProperties *device_extensions; in init_device_extension_properties() local
/third_party/vulkan-loader/tests/
Dloader_layer_tests.cpp3255 auto device_extensions = inst.EnumerateDeviceExtensions(phys_dev, 1); in TEST() local
3292 auto device_extensions = inst.EnumerateDeviceExtensions(phys_dev, 1); in TEST() local
3329 auto device_extensions = inst.EnumerateDeviceExtensions(phys_dev, 2); in TEST() local
Dloader_regression_tests.cpp340 …std::array<Extension, 2> device_extensions = {Extension{"MyExtension0", 4}, Extension{"MyExtension… in TEST() local
367 …std::array<Extension, 2> device_extensions = {Extension{"MyExtension0", 4}, Extension{"MyExtension… in TEST() local
3928 auto device_extensions = inst.EnumerateDeviceExtensions(phys_dev, 1); in TEST() local
Dloader_phys_dev_inst_ext_tests.cpp5570 std::vector<VkExtensionProperties> device_extensions; in TEST() local
/third_party/vk-gl-cts/external/amber/src/src/
Dexecutor_test.cc211 const std::vector<std::string>& device_extensions) { in MakeAndInitializeEngine()
/third_party/glfw/tests/
Dtriangle-vulkan.c1760 VkExtensionProperties *device_extensions = in demo_init_vk() local
/third_party/vulkan-loader/tests/corpus/
DVkLayer_complex_file.json33 "device_extensions": [ array
/third_party/vulkan-loader/tests/framework/data/
DVkLayer_complex_file.json33 "device_extensions": [ array
/third_party/vulkan-loader/loader/
Dloader.c2709 cJSON *device_extensions = loader_cJSON_GetObjectItem(layer_node, "device_extensions"); in loader_initialize() local