HomeSort by relevance Sort by last modified time
    Searched refs:refGlobalID (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 496 const UVec3 refGlobalID = refGroupID * subCase.localSize() + refLocalID;
498 const deUint32 refOffset = stride.x()*refGlobalID.z() + stride.y()*refGlobalID.y() + refGlobalID.x();
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 256 const UVec3 refGlobalID = refGroupID * subCase.localSize + refLocalID;
257 const deUint32 refOffset = stride.x()*refGlobalID.z() + stride.y()*refGlobalID.y() + refGlobalID.x();

Completed in 627 milliseconds