Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorTests.cpp71 struct VertexData struct
73 Vec4 position;
74 Vec4 color;
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp329 struct VertexData struct in vkt::pipeline::__anon3cc04b6f0111::VertexWithPadding
331 VertexData(const tcu::Vec2 &coords_) : coords(coords_), padding(0.0f, 0.0f) in VertexData() argument
335 tcu::Vec2 coords;
336 tcu::Vec2 padding;
452 struct VertexData struct in vkt::pipeline::__anon3cc04b6f0111::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::__anon3cc04b6f0111::VertexWithExtraAttributes
786 VertexData(const tcu::Vec2 &coords_) : coords(coords_), ones(1.0f, 1.0f) in VertexData() function
[all …]
H A DvktPipelineSamplerTests.cpp1302 struct VertexData struct in vkt::pipeline::__anonc4d4c26c0111::ExactSamplingCase
1304 tcu::Vec2 vtxCoords;
1305 tcu::Vec2 texCoords;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp1630 struct VertexData struct in vkt::QueryPool::__anon6b4348560111::GraphicBasicTestInstance
1632VertexData(const tcu::Vec4 position_, const tcu::Vec4 color_) : position(position_), color(color_) in VertexData() function
1635 tcu::Vec4 position;
1636 tcu::Vec4 color;
4186 struct VertexData struct in vkt::QueryPool::__anon6b4348560111::GraphicBasicMultipleQueryTestInstance
4188VertexData(const tcu::Vec4 position_, const tcu::Vec4 color_) : position(position_), color(color_) in VertexData() argument
4191 tcu::Vec4 position;
4192 tcu::Vec4 color;
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp47 class VertexData class
50 VertexData(int dimension, in VertexData() function in __anon4c90fb2d0111::VertexData