Home
last modified time | relevance | path

Searched defs:NativeType (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_handles.hpp1291 using NativeType = VkSurfaceKHR; typedef in VULKAN_HPP_NAMESPACE::SurfaceKHR
1390 using NativeType = VkDebugReportCallbackEXT; typedef in VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT
1492 using NativeType = VkDebugUtilsMessengerEXT; typedef in VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT
1587 using NativeType = VkDisplayKHR; typedef in VULKAN_HPP_NAMESPACE::DisplayKHR
1686 using NativeType = VkSwapchainKHR; typedef in VULKAN_HPP_NAMESPACE::SwapchainKHR
1786 using NativeType = VkSemaphore; typedef in VULKAN_HPP_NAMESPACE::Semaphore
1884 using NativeType = VkFence; typedef in VULKAN_HPP_NAMESPACE::Fence
1980 using NativeType = VkPerformanceConfigurationINTEL; typedef in VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL
2077 using NativeType = VkQueryPool; typedef in VULKAN_HPP_NAMESPACE::QueryPool
2175 using NativeType = VkBuffer; typedef in VULKAN_HPP_NAMESPACE::Buffer
[all …]
Dvulkan_structs.hpp19 using NativeType = VkAabbPositionsKHR; typedef
132 using NativeType = VkDeviceOrHostAddressConstKHR; typedef
189 using NativeType = VkAccelerationStructureGeometryTrianglesDataKHR; typedef
328 using NativeType = VkAccelerationStructureGeometryAabbsDataKHR; typedef
417 using NativeType = VkAccelerationStructureGeometryInstancesDataKHR; typedef
507 using NativeType = VkAccelerationStructureGeometryDataKHR; typedef
583 using NativeType = VkAccelerationStructureGeometryKHR; typedef
676 using NativeType = VkDeviceOrHostAddressKHR; typedef
731 using NativeType = VkAccelerationStructureBuildGeometryInfoKHR; typedef
951 using NativeType = VkAccelerationStructureBuildRangeInfoKHR; typedef
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp1328 using NativeType = VkSurfaceKHR; typedef in VULKAN_HPP_NAMESPACE::SurfaceKHR
1427 using NativeType = VkDebugReportCallbackEXT; typedef in VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT
1529 using NativeType = VkDebugUtilsMessengerEXT; typedef in VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT
1624 using NativeType = VkDisplayKHR; typedef in VULKAN_HPP_NAMESPACE::DisplayKHR
1723 using NativeType = VkSwapchainKHR; typedef in VULKAN_HPP_NAMESPACE::SwapchainKHR
1823 using NativeType = VkSemaphore; typedef in VULKAN_HPP_NAMESPACE::Semaphore
1921 using NativeType = VkFence; typedef in VULKAN_HPP_NAMESPACE::Fence
2017 using NativeType = VkPerformanceConfigurationINTEL; typedef in VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL
2114 using NativeType = VkQueryPool; typedef in VULKAN_HPP_NAMESPACE::QueryPool
2212 using NativeType = VkBuffer; typedef in VULKAN_HPP_NAMESPACE::Buffer
[all …]
Dvulkan_structs.hpp19 using NativeType = VkAabbPositionsKHR; typedef
132 using NativeType = VkDeviceOrHostAddressConstKHR; typedef
179 using NativeType = VkAccelerationStructureGeometryTrianglesDataKHR; typedef
320 using NativeType = VkAccelerationStructureGeometryAabbsDataKHR; typedef
411 using NativeType = VkAccelerationStructureGeometryInstancesDataKHR; typedef
502 using NativeType = VkAccelerationStructureGeometryDataKHR; typedef
567 using NativeType = VkAccelerationStructureGeometryKHR; typedef
662 using NativeType = VkDeviceOrHostAddressKHR; typedef
708 using NativeType = VkAccelerationStructureBuildGeometryInfoKHR; typedef
930 using NativeType = VkAccelerationStructureBuildRangeInfoKHR; typedef
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.hpp80 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType; typedef
96 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType; typedef
/third_party/flutter/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py86 class NativeType(Type): class
/third_party/vk-gl-cts/modules/egl/
DteglNativeColorMappingTests.cpp280 enum NativeType enum in deqp::egl::__anonb91f9cfb0111::NativeColorMappingCase
DteglNativeCoordMappingTests.cpp321 enum NativeType enum in deqp::egl::__anon8e06da130111::NativeCoordMappingCase
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py150 class NativeType(Type): class
/third_party/flatbuffers/src/
Didl_gen_go.cpp1236 std::string NativeType(const Type &type) { in NativeType() function in flatbuffers::go::GoGenerator