• Home
  • Raw
  • Download

Lines Matching refs:IVec3

118 …* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& wor…  in UBOToSSBOInvertCase()
231 const tcu::IVec3 m_localSize;
232 const tcu::IVec3 m_workSize;
238 …* name, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& wor… in CopyInvertSSBOCase()
352 const tcu::IVec3 m_localSize;
353 const tcu::IVec3 m_workSize;
359 …char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& wor… in InvertSSBOInPlaceCase()
454 const tcu::IVec3 m_localSize;
455 const tcu::IVec3 m_workSize;
461 …char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& wor… in WriteToMultipleSSBOCase()
580 const tcu::IVec3 m_localSize;
581 const tcu::IVec3 m_workSize;
587 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in SSBOLocalBarrierCase()
678 const tcu::IVec3 m_localSize;
679 const tcu::IVec3 m_workSize;
685 …SSBOBarrierCase (Context& context, const char* name, const char* description, const tcu::IVec3& wo… in SSBOBarrierCase()
795 const tcu::IVec3 m_workSize;
801 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in BasicSharedVarCase()
886 const tcu::IVec3 m_localSize;
887 const tcu::IVec3 m_workSize;
893 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in SharedVarAtomicOpCase()
978 const tcu::IVec3 m_localSize;
979 const tcu::IVec3 m_workSize;
1447 …ext, const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& wor… in AtomicCounterCase()
1567 const tcu::IVec3 m_localSize;
1568 const tcu::IVec3 m_workSize;
1586 …nvocation", "Copy from UBO to SSBO, inverting bits", 256, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1587 …_group", "Copy from UBO to SSBO, inverting bits", 1024, tcu::IVec3(2,1,4), tcu::IVec3(1,1,1))); in init()
1588 …ocations", "Copy from UBO to SSBO, inverting bits", 1024, tcu::IVec3(1,1,1), tcu::IVec3(2,4,1))); in init()
1589 …_groups", "Copy from UBO to SSBO, inverting bits", 1024, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1591 …_invocation", "Copy between SSBOs, inverting bits", 256, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1592 …invocations", "Copy between SSBOs, inverting bits", 1024, tcu::IVec3(1,1,1), tcu::IVec3(2,4,1))); in init()
1593 …ple_groups", "Copy between SSBOs, inverting bits", 1024, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1595 …e_invocation", "Read and write same SSBO", 256, true, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1596 …ple_groups", "Read and write same SSBO", 1024, true, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1598 …le_invocation", "Read and write same SSBO", 256, false, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1599 …iple_groups", "Read and write same SSBO", 1024, false, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1601 …ngle_invocation", "Write to multiple SSBOs", 256, true, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1602 …ultiple_groups", "Write to multiple SSBOs", 1024, true, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1604 …ingle_invocation", "Write to multiple SSBOs", 256, false, tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1605 …multiple_groups", "Write to multiple SSBOs", 1024, false, tcu::IVec3(1,4,2), tcu::IVec3(2,2,4))); in init()
1607 …barrier_single_invocation", "SSBO local barrier usage", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1608 …cal_barrier_single_group", "SSBO local barrier usage", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1609 …l_barrier_multiple_groups", "SSBO local barrier usage", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()
1611 …ase (m_context, "ssbo_cmd_barrier_single", "SSBO memory barrier usage", tcu::IVec3(1,1,1))); in init()
1612 …e (m_context, "ssbo_cmd_barrier_multiple", "SSBO memory barrier usage", tcu::IVec3(11,5,7))); in init()
1614 …var_single_invocation", "Basic shared variable usage", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1615 …red_var_single_group", "Basic shared variable usage", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1616 …r_multiple_invocations", "Basic shared variable usage", tcu::IVec3(1,1,1), tcu::IVec3(2,5,4))); in init()
1617 …d_var_multiple_groups", "Basic shared variable usage", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()
1619 …p_single_invocation", "Atomic operation with shared var", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1620 …ic_op_single_group", "Atomic operation with shared var", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1621 …multiple_invocations", "Atomic operation with shared var", tcu::IVec3(1,1,1), tcu::IVec3(2,5,4))); in init()
1622 …op_multiple_groups", "Atomic operation with shared var", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()
1636 …ounter_single_invocation", "Basic atomic counter test", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1))); in init()
1637 …ic_counter_single_group", "Basic atomic counter test", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1))); in init()
1638 …nter_multiple_invocations", "Basic atomic counter test", tcu::IVec3(1,1,1), tcu::IVec3(2,5,4))); in init()
1639 …_counter_multiple_groups", "Basic atomic counter test", tcu::IVec3(3,4,1), tcu::IVec3(2,7,3))); in init()