Home
last modified time | relevance | path

Searched refs:VertexInputAttributeDescription (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DTriangleBenchmarks.cpp54 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 DDrawTests.cpp41 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 DDrawTester.hpp78 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 DDrawTester.cpp408 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 DvktPipelineVertexInputTests.cpp233 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 DvktPipelineVertexInputTests.cpp248 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 Dvulkan_structs.hpp27330 struct VertexInputAttributeDescription global() struct
[all...]
H A Dvulkan_handles.hpp91 struct VertexInputAttributeDescription;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp463 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 Dvulkan_structs.hpp39677 struct VertexInputAttributeDescription global() struct
[all...]
H A Dvulkan_hash.hpp5262 struct hash<VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription>
5264 std::size_t operator()( VULKAN_HPP_NAMESPACE::VertexInputAttributeDescription const & vertexInputAttributeDescription ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp92 struct VertexInputAttributeDescription;

Completed in 222 milliseconds