Lines Matching refs:IVec2
985 …ext, const char* name, const char* description, const tcu::IVec2& localSize, const tcu::IVec2& ima… in CopyImageToSSBOCase()
1014 const tcu::IVec2 workSize = m_imageSize / m_localSize; in iterate()
1082 const tcu::IVec2 m_localSize;
1083 const tcu::IVec2 m_imageSize;
1089 …ext, const char* name, const char* description, const tcu::IVec2& localSize, const tcu::IVec2& ima… in CopySSBOToImageCase()
1118 const tcu::IVec2 workSize = m_imageSize / m_localSize; in iterate()
1201 const tcu::IVec2 m_localSize;
1202 const tcu::IVec2 m_imageSize;
1208 …xt& context, const char* name, const char* description, int localSize, const tcu::IVec2& imageSize) in ImageAtomicOpCase()
1332 const tcu::IVec2 m_imageSize;
1338 …ImageBarrierCase (Context& context, const char* name, const char* description, const tcu::IVec2& w… in ImageBarrierCase()
1441 const tcu::IVec2 m_workSize;
1624 …xt, "copy_image_to_ssbo_small", "Image to SSBO copy", tcu::IVec2(1,1), tcu::IVec2(64,64))); in init()
1625 …, "copy_image_to_ssbo_large", "Image to SSBO copy", tcu::IVec2(2,4), tcu::IVec2(512,512))); in init()
1627 …xt, "copy_ssbo_to_image_small", "SSBO to image copy", tcu::IVec2(1,1), tcu::IVec2(64,64))); in init()
1628 …, "copy_ssbo_to_image_large", "SSBO to image copy", tcu::IVec2(2,4), tcu::IVec2(512,512))); in init()
1630 …ontext, "image_atomic_op_local_size_1", "Atomic operation with image", 1, tcu::IVec2(64,64))); in init()
1631 …ontext, "image_atomic_op_local_size_8", "Atomic operation with image", 8, tcu::IVec2(64,64))); in init()
1633 …ImageBarrierCase (m_context, "image_barrier_single", "Image barrier", tcu::IVec2(1,1))); in init()
1634 …geBarrierCase (m_context, "image_barrier_multiple", "Image barrier", tcu::IVec2(64,64))); in init()