Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrThreadSafeCache.h158 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData() function
164 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilSeparateTests.cpp187 struct VertexData struct
189 tcu::Vec4 coords;
190 tcu::Vec4 color;
191 …u::IVec4 extra; // .x() will contain the stencil ref value for the vertex. Others currently unused.
193 VertexData(const tcu::Vec4 &coords_, const tcu::Vec4 &color_, const tcu::IVec4 &extra_) in VertexData() function
200 static std::vector<VkVertexInputBindingDescription> getBindingDescriptions(void) in getBindingDescriptions()
209 static std::vector<VkVertexInputAttributeDescription> getAttributeDescriptions(void) in getAttributeDescriptions()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp71 struct VertexData struct
73 Vec4 position;
74 Vec4 color;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateMiscTests.cpp521 struct VertexData in dynamicSampleShadingTest() struct
523 tcu::Vec4 position; in dynamicSampleShadingTest()
524 tcu::Vec2 texCoords; in dynamicSampleShadingTest()
DvktPipelineExtendedDynamicStateTests.cpp329 struct VertexData struct in vkt::pipeline::__anonbcccb5ef0111::VertexWithPadding
331 VertexData(const tcu::Vec2 &coords_) : coords(coords_), padding(0.0f, 0.0f) in VertexData() function
335 tcu::Vec2 coords;
336 tcu::Vec2 padding;
452 struct VertexData struct in vkt::pipeline::__anonbcccb5ef0111::VertexWithPadding16
454 VertexData(const tcu::Vec2 &coords_) in VertexData() function
460 tcu::F16Vec2 coords;
461 tcu::F16Vec2 padding;
784 struct VertexData struct in vkt::pipeline::__anonbcccb5ef0111::VertexWithExtraAttributes
786 VertexData(const tcu::Vec2 &coords_) : coords(coords_), ones(1.0f, 1.0f) in VertexData() argument
[all …]
DvktPipelineSamplerTests.cpp1302 struct VertexData struct in vkt::pipeline::__anon93621cec0111::ExactSamplingCase
1304 tcu::Vec2 vtxCoords;
1305 tcu::Vec2 texCoords;
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCGraphicsDrawCountTestsExt.cpp265 struct VertexData struct
267 tcu::Vec4 position;
268 tcu::Vec4 extraData; // 0: clip distance, 1: cull distance
270VertexData(const tcu::Vec4 &position_, const tcu::Vec4 &extraData_) : position(position_), extraDa… in VertexData() function
DvktDGCGraphicsMeshTestsExt.cpp656 struct VertexData in iterate() struct
658 tcu::Vec4 position; in iterate()
659 tcu::Vec4 extraData; // .x=clip .y=cull in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp1622 struct VertexData struct in vkt::QueryPool::__anona60a82d60111::GraphicBasicTestInstance
1624VertexData(const tcu::Vec4 position_, const tcu::Vec4 color_) : position(position_), color(color_) in VertexData() argument
1627 tcu::Vec4 position;
1628 tcu::Vec4 color;
4036 using VertexData = GraphicBasicTestInstance::VertexData; typedef
4366 struct VertexData struct in vkt::QueryPool::__anona60a82d60111::GraphicBasicMultipleQueryTestInstance
4368VertexData(const tcu::Vec4 position_, const tcu::Vec4 color_) : position(position_), color(color_) in VertexData() function
4371 tcu::Vec4 position;
4372 tcu::Vec4 color;
4882 using VertexData = GraphicBasicMultipleQueryTestInstance::VertexData; in QueryPoolGraphicMultipleQueryStatisticsTest() typedef
/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp47 class VertexData class
50 VertexData(int dimension, in VertexData() function in __anon8510e5ad0111::VertexData