• Home
  • Raw
  • Download

Lines Matching refs:IVec3

121 …* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& wor…  in UBOToSSBOInvertCase()
236 const tcu::IVec3 m_localSize;
237 const tcu::IVec3 m_workSize;
243 …* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& wor… in CopyInvertSSBOCase()
359 const tcu::IVec3 m_localSize;
360 const tcu::IVec3 m_workSize;
366 …char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& wor… in InvertSSBOInPlaceCase()
463 const tcu::IVec3 m_localSize;
464 const tcu::IVec3 m_workSize;
470 …char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& wor… in WriteToMultipleSSBOCase()
591 const tcu::IVec3 m_localSize;
592 const tcu::IVec3 m_workSize;
598 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in SSBOLocalBarrierCase()
691 const tcu::IVec3 m_localSize;
692 const tcu::IVec3 m_workSize;
698 …SSBOBarrierCase (Context& context, const char* name, const char* description, const tcu::IVec3& wo… in SSBOBarrierCase()
815 const tcu::IVec3 m_workSize;
821 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in BasicSharedVarCase()
908 const tcu::IVec3 m_localSize;
909 const tcu::IVec3 m_workSize;
915 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in SharedVarAtomicOpCase()
1002 const tcu::IVec3 m_localSize;
1003 const tcu::IVec3 m_workSize;
1487 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in AtomicCounterCase()
1609 const tcu::IVec3 m_localSize;
1610 const tcu::IVec3 m_workSize;
1628 …nvocation", "Copy from UBO to SSBO, inverting bits", 256, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1629 …_group", "Copy from UBO to SSBO, inverting bits", 1024, tcu::IVec3(2,1,4), tcu::IVec3(1,1,1))); in init()
1630 …ocations", "Copy from UBO to SSBO, inverting bits", 1024, tcu::IVec3(1,1,1), tcu::IVec3(2,4,1))); in init()
1631 …_groups", "Copy from UBO to SSBO, inverting bits", 1024, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1633 …_invocation", "Copy between SSBOs, inverting bits", 256, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1634 …invocations", "Copy between SSBOs, inverting bits", 1024, tcu::IVec3(1,1,1), tcu::IVec3(2,4,1))); in init()
1635 …ple_groups", "Copy between SSBOs, inverting bits", 1024, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1637 …e_invocation", "Read and write same SSBO", 256, true, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1638 …ple_groups", "Read and write same SSBO", 1024, true, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1640 …le_invocation", "Read and write same SSBO", 256, false, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1641 …iple_groups", "Read and write same SSBO", 1024, false, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1643 …ngle_invocation", "Write to multiple SSBOs", 256, true, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1644 …ultiple_groups", "Write to multiple SSBOs", 1024, true, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1646 …ingle_invocation", "Write to multiple SSBOs", 256, false, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1647 …multiple_groups", "Write to multiple SSBOs", 1024, false, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1649 …barrier_single_invocation", "SSBO local barrier usage", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1650 …cal_barrier_single_group", "SSBO local barrier usage", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1651 …l_barrier_multiple_groups", "SSBO local barrier usage", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()
1653 …ase (m_context, "ssbo_cmd_barrier_single", "SSBO memory barrier usage", tcu::IVec3(1,1,1))); in init()
1654 …e (m_context, "ssbo_cmd_barrier_multiple", "SSBO memory barrier usage", tcu::IVec3(11,5,7))); in init()
1656 …var_single_invocation", "Basic shared variable usage", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1657 …red_var_single_group", "Basic shared variable usage", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1658 …r_multiple_invocations", "Basic shared variable usage", tcu::IVec3(1,1,1), tcu::IVec3(2,5,4))); in init()
1659 …d_var_multiple_groups", "Basic shared variable usage", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()
1661 …p_single_invocation", "Atomic operation with shared var", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1662 …ic_op_single_group", "Atomic operation with shared var", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1663 …multiple_invocations", "Atomic operation with shared var", tcu::IVec3(1,1,1), tcu::IVec3(2,5,4))); in init()
1664 …op_multiple_groups", "Atomic operation with shared var", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()
1678 …ounter_single_invocation", "Basic atomic counter test", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1679 …ic_counter_single_group", "Basic atomic counter test", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1680 …nter_multiple_invocations", "Basic atomic counter test", tcu::IVec3(1,1,1), tcu::IVec3(2,5,4))); in init()
1681 …_counter_multiple_groups", "Basic atomic counter test", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()