Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceFeatures (Results 1 – 20 of 20) sorted by relevance

/external/skqp/tests/
DVkPriorityExtensionTest.cpp125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/external/skia/tests/
DVkPriorityExtensionTest.cpp125 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h38 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; member
Dvk_dispatch_table_helper.h861 …table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures) gpa(instance, "vkGetPhysicalD… in layer_init_instance_dispatch_table()
Dchassis.cpp1050 VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceFeatures( in GetPhysicalDeviceFeatures() function
9269 {"vkGetPhysicalDeviceFeatures", {true, (void*)GetPhysicalDeviceFeatures}},
Dlayer_chassis_dispatch.cpp1031 layer_data->instance_dispatch_table.GetPhysicalDeviceFeatures(physicalDevice, pFeatures); in DispatchGetPhysicalDeviceFeatures()
Dchassis.h75 VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceFeatures(
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp494 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h105 void GetPhysicalDeviceFeatures(VkPhysicalDeviceFeatures *features);
Dvklayertests_pipeline_shader.cpp1361 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
4554 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
5716 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
Dvklayertests_command.cpp1256 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
1785 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
2297 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp53 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
78 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
326 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
377 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
Dvkrenderframework.cpp387 void VkRenderFramework::GetPhysicalDeviceFeatures(VkPhysicalDeviceFeatures *features) { in GetPhysicalDeviceFeatures() function in VkRenderFramework
Dvkpositivelayertests.cpp7384 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&available_features)); in TEST_F()
8263 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&available_features)); in TEST_F()
Dvklayertests_others.cpp1518 ASSERT_NO_FATAL_FAILURE(GetPhysicalDeviceFeatures(&device_features)); in TEST_F()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp540 ACQUIRE_VK_PROC(GetPhysicalDeviceFeatures, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/external/skqp/src/gpu/vk/
DGrVkInterface.cpp36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h441 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures; member
Dvk_enum_to_str.c4460 …table->GetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures) gpa(instance, "vkGetPhysicalD… in vk_load_instance_commands()
/external/skia/src/gpu/vk/
DGrVkInterface.cpp36 ACQUIRE_PROC(GetPhysicalDeviceFeatures, instance, VK_NULL_HANDLE); in GrVkInterface()