Home
last modified time | relevance | path

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

/external/angle/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
/external/angle/src/compiler/translator/
DBuildSPIRV.cpp580 spirv::WriteTypeArray(&mSpirvTypeAndConstantDecls, typeId, subTypeId, lengthId); in declareType()