Home
last modified time | relevance | path

Searched refs:refGlobalID (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp256 const UVec3 refGlobalID = refGroupID * subCase.localSize + refLocalID; in iterate() local
257 …const deUint32 refOffset = stride.x()*refGlobalID.z() + stride.y()*refGlobalID.y() + refGlobalID in iterate()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp496 const UVec3 refGlobalID = refGroupID * subCase.localSize() + refLocalID; in iterate() local
498 …const deUint32 refOffset = stride.x()*refGlobalID.z() + stride.y()*refGlobalID.y() + refGlobalID.… in iterate()