Home
last modified time | relevance | path

Searched refs:createQuad (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp82 void createQuad (void);
132 void BufferViewTestInstance::createQuad (void) in createQuad() function in vkt::api::__anon16a0f6d00111::BufferViewTestInstance
374 createQuad(); in BufferViewTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp77 std::vector<Vertex4RGBA> createQuad (void) in createQuad() function
354 , m_vertices (createQuad()) in UnusedAttachmentTestInstance()
DvktRenderPassLoadStoreOpNoneTests.cpp122 std::vector<Vertex4RGBA> createQuad (void) in createQuad() function
483 , m_vertices (createQuad()) in LoadStoreOpNoneTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp180 std::vector<Vertex4RGBA> createQuad(const float size, const tcu::Vec4 &color) in createQuad() function
534 m_vertices = createQuad(1.0f, tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f)); in init()
627 m_vertices = createQuad(0.5f, tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f)); in verifyImage()
2338 m_vertices = createQuad(1.0f, tcu::Vec4(1.0f, 0.0f, 1.0f, 1.0f)); in init()