Home
last modified time | relevance | path

Searched refs:kInstCommonOutSize (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp57 static const int kInstCommonOutSize = 0; variable
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp66 static const int kInstCommonOutSize = 0; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/
Dinstrument.hpp66 static const int kInstCommonOutSize = 0; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp225 GenDebugOutputFieldCode(base_offset_id, kInstCommonOutSize, in GenCommonStreamWriteCode()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstrument_pass.cpp852 GenDebugOutputFieldCode(obuf_curr_sz_id, kInstCommonOutSize, in GetStreamWriteFunctionId()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp193 GenDebugOutputFieldCode(base_offset_id, kInstCommonOutSize, in GenCommonStreamWriteCode()
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp1113 …const uint32_t words_to_clear = 1 + std::min(debug_record[kInstCommonOutSize], (uint32_t)kInstMaxO… in AnalyzeAndReportError()