Searched defs:workSize (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 121 …e, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in UBOToSSBOInvertCase() 243 …e, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in CopyInvertSSBOCase() 366 … description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in InvertSSBOInPlaceCase() 470 … description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in WriteToMultipleSSBOCase() 598 …const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in SSBOLocalBarrierCase() 698 …rrierCase (Context& context, const char* name, const char* description, const tcu::IVec3& workSize) in SSBOBarrierCase() 821 …const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in BasicSharedVarCase() 915 …const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in SharedVarAtomicOpCase() 1039 const tcu::IVec2 workSize = m_imageSize / m_localSize; in iterate() local 1144 const tcu::IVec2 workSize = m_imageSize / m_localSize; in iterate() local [all …]
|
D | es31fSynchronizationTests.cpp | 2163 …tomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in SSBOConcurrentAtomicCase() 2397 …unterCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentAtomicCounterCase() 2621 …tomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentImageAtomicCase() 2986 …MixedCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentSSBOAtomicCounterMixedCase()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 145 const tcu::IVec3& workSize) in SharedVarTest() 185 …::SharedVarTestInstance (Context& context, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in SharedVarTestInstance() 316 const tcu::IVec3& workSize) in SharedVarAtomicOpTest() 356 …VarAtomicOpTestInstance (Context& context, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in SharedVarAtomicOpTestInstance() 487 const tcu::IVec3& workSize) in SSBOLocalBarrierTest() 529 …ocalBarrierTestInstance (Context& context, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in SSBOLocalBarrierTestInstance() 772 const tcu::IVec2 workSize = m_imageSize / m_localSize; in iterate() local 973 const tcu::IVec2 workSize = m_imageSize / m_localSize; in iterate() local 1080 const tcu::IVec3& workSize, in BufferToBufferInvertTest() 1097 const tcu::IVec3& workSize) in UBOToSSBOInvertCase() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 326 …const tcu::IVec3 workSize = (caseDef.singleLayerBind ? caseDef.texture.layerSize() : caseDef… in test() local
|
D | vktImageLoadStoreTests.cpp | 473 const tcu::IVec3 workSize = (m_singleLayerBind ? m_texture.layerSize() : m_texture.size()); in iterate() local
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 604 static float dummyCalculation (float initial, int workSize) in dummyCalculation() 623 int workSize = 500; in busyWait() local
|