Home
last modified time | relevance | path

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

/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.h80 void WriteTypeRuntimeArray(Blob *blob, IdResult idResult, IdRef elementType);
Dspirv_instruction_builder_autogen.cpp368 void WriteTypeRuntimeArray(Blob *blob, IdResult idResult, IdRef elementType) in WriteTypeRuntimeArray() function
/external/angle/src/compiler/translator/
DBuildSPIRV.cpp574 spirv::WriteTypeRuntimeArray(&mSpirvTypeAndConstantDecls, typeId, subTypeId); in declareType()