Home
last modified time | relevance | path

Searched refs:kInstCompOutGlobalInvocationId (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp86 static const int kInstCompOutGlobalInvocationId = kInstCommonOutCnt; variable
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp86 static const int kInstCompOutGlobalInvocationId = kInstCommonOutCnt; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp180 kInstCompOutGlobalInvocationId, base_offset_id, builder); in GenStageStreamWriteCode()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp180 kInstCompOutGlobalInvocationId, base_offset_id, builder); in GenStageStreamWriteCode()
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp682 … "Stage = Compute. Global invocation ID = " << debug_record[kInstCompOutGlobalInvocationId] << ".… in GenerateStageMessage()