• Home
  • Raw
  • Download

Lines Matching refs:DispatchableHandle

901 template <typename DispatchableHandle>
903 …static VKAPI_ATTR uint32_t VKAPI_CALL implementation(DispatchableHandle handle, uint32_t a, uint32… in implementation()
906 …static VKAPI_ATTR uint32_t VKAPI_CALL intercept(DispatchableHandle handle, uint32_t a, uint32_t b)… in intercept()
914 …static void check(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_ty… in check()
921 …o_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_typ… in check_no_implementation()
929 template <typename DispatchableHandle>
931 …static VKAPI_ATTR uint32_t VKAPI_CALL implementation(DispatchableHandle handle, uint32_t a, uint32… in implementation()
936 …static VKAPI_ATTR uint32_t VKAPI_CALL intercept(DispatchableHandle handle, uint32_t a, uint32_t b,… in intercept()
944 …static void check(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_ty… in check()
952 …o_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_typ… in check_no_implementation()
960 template <typename DispatchableHandle>
962 …static VKAPI_ATTR float VKAPI_CALL implementation(DispatchableHandle handle, int* ptr_a, int* ptr_… in implementation()
967 … static VKAPI_ATTR float VKAPI_CALL intercept(DispatchableHandle handle, int* ptr_a, int* ptr_b) { in intercept()
977 …static void check(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_ty… in check()
986 …o_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_typ… in check_no_implementation()
995 template <typename DispatchableHandle>
997 …static VKAPI_ATTR float VKAPI_CALL implementation(DispatchableHandle handle, int* ptr_a, float* pt… in implementation()
1002 …static VKAPI_ATTR float VKAPI_CALL intercept(DispatchableHandle handle, int* ptr_a, float* ptr_b, … in intercept()
1012 …static void check(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_ty… in check()
1023 …o_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_typ… in check_no_implementation()
1033 template <typename DispatchableHandle>
1035 …static VKAPI_ATTR VkResult VKAPI_CALL implementation(DispatchableHandle handle, VkPhysicalDeviceLi… in implementation()
1050 …static VKAPI_ATTR VkResult VKAPI_CALL intercept(DispatchableHandle handle, VkPhysicalDeviceLimits*… in intercept()
1067 …static void check(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_ty… in check()
1085 …o_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_typ… in check_no_implementation()
1103 template <typename FunctionType, typename ParentType, typename DispatchableHandle>
1104 void check(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type) { in check()
1123 template <typename FunctionType, typename DispatchableHandle>