Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp48 static const int kDebugOutputDataOffset = 1; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/
Dinstrument.hpp48 static const int kDebugOutputDataOffset = 1; variable
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dinstrument.hpp48 static const int kDebugOutputDataOffset = 1; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp137 builder->GetUintConstantId(kDebugOutputDataOffset), in GenDebugOutputFieldCode()
518 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputDataOffset, in GetOutputBufferId()
747 GetOutputBufferId(), kDebugOutputDataOffset); in GetStreamWriteFunctionId()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstrument_pass.cpp137 builder->GetUintConstantId(kDebugOutputDataOffset), in GenDebugOutputFieldCode()
518 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputDataOffset, in GetOutputBufferId()
747 GetOutputBufferId(), kDebugOutputDataOffset); in GetStreamWriteFunctionId()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp137 builder->GetUintConstantId(kDebugOutputDataOffset), in GenDebugOutputFieldCode()
518 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputDataOffset, in GetOutputBufferId()
747 GetOutputBufferId(), kDebugOutputDataOffset); in GetStreamWriteFunctionId()
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp1094 const uint32_t *debug_record = &debug_output_buffer[kDebugOutputDataOffset]; in AnalyzeAndReportError()