Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp55 struct ColorQuad struct
57 ColorQuad(uint32_t x, uint32_t y, uint32_t width, uint32_t height, Vec4 color) in ColorQuad() argument
66 uint32_t m_x;
67 uint32_t m_y;
68 uint32_t m_width;
69 uint32_t m_height;
70 Vec4 m_color;
/aosp_15_r20/external/deqp/framework/common/
H A 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)