HomeSort by relevance Sort by last modified time
    Searched defs:GetPhysicalDeviceProcAddr (Results 1 - 8 of 8) sorted by null

  /external/vulkan-validation-layers/tests/layers/
test.cpp 121 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char *funcName) {
126 if (pTable->GetPhysicalDeviceProcAddr == nullptr)
131 return pTable->GetPhysicalDeviceProcAddr(instance, funcName);
157 return test::GetPhysicalDeviceProcAddr(instance, funcName);
device_profile_api.cpp 210 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char *name) {
217 if (instance_dispatch_table(instance)->GetPhysicalDeviceProcAddr == NULL) return NULL;
218 return instance_dispatch_table(instance)->GetPhysicalDeviceProcAddr(instance, name);
260 return device_profile_api::GetPhysicalDeviceProcAddr(instance, funcName);
wrap_objects.cpp     [all...]
  /external/vulkan-validation-layers/layers/
threading.cpp 238 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char *funcName);
264 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char *funcName) {
271 if (pTable->GetPhysicalDeviceProcAddr == NULL) return NULL;
272 return pTable->GetPhysicalDeviceProcAddr(instance, funcName);
459 return threading::GetPhysicalDeviceProcAddr(instance, funcName);
object_tracker_utils.cpp     [all...]
unique_objects.cpp 217 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char *funcName);
272 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char *funcName) {
275 if (disp_table->GetPhysicalDeviceProcAddr == NULL) {
278 return disp_table->GetPhysicalDeviceProcAddr(instance, funcName);
    [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
loader.h 341 PFN_GetPhysicalDeviceProcAddr GetPhysicalDeviceProcAddr;

Completed in 988 milliseconds