Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.h79 void WriteTypeArray(Blob *blob, IdResult idResult, IdRef elementType, IdRef length);
Dspirv_instruction_builder_autogen.cpp359 void WriteTypeArray(Blob *blob, IdResult idResult, IdRef elementType, IdRef length) in WriteTypeArray() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp758 spirv::WriteTypeArray(&mSpirvTypeAndConstantDecls, typeId, subTypeId, lengthId); in declareType()