Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp55 struct ColorQuad struct
57 ColorQuad (deUint32 x, deUint32 y, deUint32 width, deUint32 height, Vec4 color) in ColorQuad() argument
62 deUint32 m_x;
63 deUint32 m_y;
64 deUint32 m_width;
65 deUint32 m_height;
66 Vec4 m_color;
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp93 struct ColorQuad struct
95 Vec4 p00; //!< (0, 0)
96 Vec4 p01; //!< (1, 0)
97 Vec4 p10; //!< (0, 1)
98 Vec4 p11; //!< (1, 1)