Searched refs:eR32G32B32Sfloat (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | TriangleBenchmarks.cpp | 55 inputAttributes.push_back(vk::VertexInputAttributeDescription(0, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, position))); in TriangleSolidColor() 107 inputAttributes.push_back(vk::VertexInputAttributeDescription(0, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, position))); in TriangleInterpolateColor() 108 inputAttributes.push_back(vk::VertexInputAttributeDescription(1, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, color))); in TriangleInterpolateColor() 166 inputAttributes.push_back(vk::VertexInputAttributeDescription(0, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, position))); in TriangleSampleTexture()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | DrawTests.cpp | 42 inputAttributes.push_back(vk::VertexInputAttributeDescription(0, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, position))); in TEST_F()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_format_traits.hpp | 224 case VULKAN_HPP_NAMESPACE::Format::eR32G32B32Sfloat: return 12; in blockSize() 483 case VULKAN_HPP_NAMESPACE::Format::eR32G32B32Sfloat: return "96-bit"; in compatibilityClass() 1470 case VULKAN_HPP_NAMESPACE::Format::eR32G32B32Sfloat: in componentBits() 2145 case VULKAN_HPP_NAMESPACE::Format::eR32G32B32Sfloat: return 3; in componentCount() 3132 case VULKAN_HPP_NAMESPACE::Format::eR32G32B32Sfloat: in componentName() 5167 case VULKAN_HPP_NAMESPACE::Format::eR32G32B32Sfloat: in componentNumericFormat() 7519 case VULKAN_HPP_NAMESPACE::Format::eR32G32B32Sfloat: return 1; in texelsPerBlock()
|
H A D | vulkan_enums.hpp | 1592 eR32G32B32Sfloat = VK_FORMAT_R32G32B32_SFLOAT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format
|
H A D | vulkan_to_string.hpp | 4717 case Format::eR32G32B32Sfloat: return "R32G32B32Sfloat"; in to_string()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_enums.hpp | 2092 eR32G32B32Sfloat = VK_FORMAT_R32G32B32_SFLOAT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format 2379 case Format::eR32G32B32Sfloat: return "R32G32B32Sfloat"; in to_string()
|
Completed in 207 milliseconds