Home
last modified time | relevance | path

Searched refs:kHeaderIndexInstructions (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_types.h122 kHeaderIndexInstructions = 5, enumerator
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DPrecise_test.cpp118 size_t currentWord = spirv::kHeaderIndexInstructions; in ValidateDecorations()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp982 ASSERT(mSpirvBlobIn.size() >= spirv::kHeaderIndexInstructions); in onTransformBegin()
997 mSpirvBlobIn.begin() + spirv::kHeaderIndexInstructions); in onTransformBegin()
999 mCurrentWord = spirv::kHeaderIndexInstructions; in onTransformBegin()
2965 size_t currentWord = spirv::kHeaderIndexInstructions; in resolveVariableIds()