Home
last modified time | relevance | path

Searched defs:localSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp118 …ext, const char* name, const char* description, int numValues, const tcu::IVec3& localSize, const … in UBOToSSBOInvertCase()
238 …ext, const char* name, const char* description, int numValues, const tcu::IVec3& localSize, const … in CopyInvertSSBOCase()
359 …r* name, const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const … in InvertSSBOInPlaceCase()
461 …r* name, const char* description, int numValues, bool isSized, const tcu::IVec3& localSize, const … in WriteToMultipleSSBOCase()
587 … (Context& context, const char* name, const char* description, const tcu::IVec3& localSize, const … in SSBOLocalBarrierCase()
801 … (Context& context, const char* name, const char* description, const tcu::IVec3& localSize, const … in BasicSharedVarCase()
893 … (Context& context, const char* name, const char* description, const tcu::IVec3& localSize, const … in SharedVarAtomicOpCase()
985 … (Context& context, const char* name, const char* description, const tcu::IVec2& localSize, const … in CopyImageToSSBOCase()
1089 … (Context& context, const char* name, const char* description, const tcu::IVec2& localSize, const … in CopySSBOToImageCase()
1208 …ImageAtomicOpCase (Context& context, const char* name, const char* description, int localSize, con… in ImageAtomicOpCase()
[all …]
Des31fComputeShaderBuiltinVarTests.cpp90 UVec3 localSize; member
136 static string genBuiltinVarSource (const string& varName, DataType varType, const UVec3& localSize) in genBuiltinVarSource()
157 deUint32 ComputeBuiltinVarCase::getProgram (const UVec3& localSize) in getProgram()
Des31fShaderImageLoadStoreTests.cpp2549 const IVec3 localSize = workItemSize / numGroups; in iterate() local
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) in AttribType()