Searched defs:ColorQuad (Results 1 – 3 of 3) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| D | vktDrawScissorTests.cpp | 55 struct ColorQuad struct 57 ColorQuad (deUint32 x, deUint32 y, deUint32 width, deUint32 height, Vec4 color) in ColorQuad() function 62 deUint32 m_x; 63 deUint32 m_y; 64 deUint32 m_width; 65 deUint32 m_height; 66 Vec4 m_color;
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawScissorTests.cpp | 55 struct ColorQuad struct 57 ColorQuad (deUint32 x, deUint32 y, deUint32 width, deUint32 height, Vec4 color) in ColorQuad() function 62 deUint32 m_x; 63 deUint32 m_y; 64 deUint32 m_width; 65 deUint32 m_height; 66 Vec4 m_color;
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTexLookupVerifier.cpp | 93 struct ColorQuad struct 95 Vec4 p00; //!< (0, 0) 96 Vec4 p01; //!< (1, 0) 97 Vec4 p10; //!< (0, 1) 98 Vec4 p11; //!< (1, 1)
|