Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp81 struct PositionValueVertex struct
83 PositionValueVertex(tcu::Vec4 pos, float val) : position(pos), value(val) in PositionValueVertex() argument
88 tcu::Vec4 position;
89 float value;