Home
last modified time | relevance | path

Searched refs:GetRayTracingShaderGroupStackSizeKHR (Results 1 - 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h1153 PFN_vkGetRayTracingShaderGroupStackSizeKHR GetRayTracingShaderGroupStackSizeKHR; member
H A Dvk_dispatch_table_helper.h723 table->GetRayTracingShaderGroupStackSizeKHR = in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c1194 table->GetRayTracingShaderGroupStackSizeKHR = (PFN_vkGetRayTracingShaderGroupStackSizeKHR)gdpa(dev, "vkGetRayTracingShaderGroupStackSizeKHR"); in loader_init_device_extension_dispatch_table()
2965 if (!strcmp(name, "GetRayTracingShaderGroupStackSizeKHR")) return (void *)table->GetRayTracingShaderGroupStackSizeKHR; in loader_lookup_device_dispatch_table()
9702 VKAPI_ATTR VkDeviceSize VKAPI_CALL GetRayTracingShaderGroupStackSizeKHR( in GetRayTracingShaderGroupStackSizeKHR() function
9714 return disp->GetRayTracingShaderGroupStackSizeKHR(device, pipeline, group, groupShader); in GetRayTracingShaderGroupStackSizeKHR()
11858 *addr = (void *)GetRayTracingShaderGroupStackSizeKHR; in extension_instance_gpa()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h723 table->GetRayTracingShaderGroupStackSizeKHR = in layer_init_device_dispatch_table()

Completed in 27 milliseconds