/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
H A D | TriangleBenchmarks.cpp | 54 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TriangleSolidColor() 55 inputAttributes.push_back(vk::VertexInputAttributeDescription(0, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, position))); in TriangleSolidColor() 106 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TriangleInterpolateColor() 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() 165 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TriangleSampleTexture() 166 inputAttributes.push_back(vk::VertexInputAttributeDescription(0, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, position))); in TriangleSampleTexture() 167 inputAttributes.push_back(vk::VertexInputAttributeDescription(1, 0, vk::Format::eR32G32Sfloat, offsetof(Vertex, texCoord))); in TriangleSampleTexture()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | DrawTests.cpp | 41 std::vector<vk::VertexInputAttributeDescription> inputAttributes; in TEST_F() 42 inputAttributes.push_back(vk::VertexInputAttributeDescription(0, 0, vk::Format::eR32G32B32Sfloat, offsetof(Vertex, position))); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.hpp | 78 void addVertexBuffer(VertexType *vertexBufferData, size_t vertexBufferDataSize, std::vector<vk::VertexInputAttributeDescription> inputAttributes) in addVertexBuffer() 121 void addVertexBuffer(void *vertexBufferData, size_t vertexBufferDataSize, size_t vertexSize, std::vector<vk::VertexInputAttributeDescription> inputAttributes); 148 std::vector<vk::VertexInputAttributeDescription> inputAttributes;
|
H A D | DrawTester.cpp | 408 void DrawTester::addVertexBuffer(void *vertexBufferData, size_t vertexBufferDataSize, size_t vertexSize, std::vector<vk::VertexInputAttributeDescription> inputAttributes) in addVertexBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineVertexInputTests.cpp | 233 struct VertexInputAttributeDescription struct in vkt::pipeline::__anon29498::VertexInputInstance 240 typedef std::vector<VertexInputAttributeDescription> AttributeDescriptionList; 253 static void writeVertexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attributes, int indexId); 471 typedef VertexInputInstance::VertexInputAttributeDescription VertexInputAttributeDescription; in createInstance() typedef 515 std::vector<VertexInputAttributeDescription> attributeDescriptions; in createInstance() 539 VertexInputAttributeDescription attributeDescription = in createInstance() 1292 const VertexInputAttributeDescription& attribDesc = attributes[attributeNdx]; in writeVertexInputData() 1410 void VertexInputInstance::writeVertexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attribute, int indexId) in writeVertexInputValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineVertexInputTests.cpp | 248 struct VertexInputAttributeDescription struct in vkt::pipeline::__anon28285::VertexInputInstance 255 typedef std::vector<VertexInputAttributeDescription> AttributeDescriptionList; 268 static void writeVertexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attributes, int indexId); 546 typedef VertexInputInstance::VertexInputAttributeDescription VertexInputAttributeDescription; in createInstance() typedef 590 std::vector<VertexInputAttributeDescription> attributeDescriptions; in createInstance() 626 VertexInputAttributeDescription attributeDescription = in createInstance() 1427 const VertexInputAttributeDescription& attribDesc = attributes[attributeNdx]; in writeVertexInputData() 1545 void VertexInputInstance::writeVertexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attribute, int indexId) in writeVertexInputValue()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 27330 struct VertexInputAttributeDescription global() struct [all...] |
H A D | vulkan_handles.hpp | 91 struct VertexInputAttributeDescription;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_static_assertions.hpp | 463 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription ) == sizeof( VkVertexInputAttributeDescription ), 465 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription>::value, "struct wrapper is not a standard layout!" ); 466 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription>::value, 467 "VertexInputAttributeDescription is not nothrow_move_constructible!" );
|
H A D | vulkan_structs.hpp | 39677 struct VertexInputAttributeDescription global() struct [all...] |
H A D | vulkan_hash.hpp | 5262 struct hash<VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription> 5264 std::size_t operator()( VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription const & vertexInputAttributeDescription ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_handles.hpp | 92 struct VertexInputAttributeDescription;
|