Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/spirv/
H A Dspirv_instruction_builder_autogen.h82 void WriteTypeArray(Blob *blob, IdResult idResult1, IdRef elementType, IdRef length);
H A Dspirv_instruction_builder_autogen.cpp376 void WriteTypeArray(Blob *blob, IdResult idResult1, IdRef elementType, IdRef length) in WriteTypeArray() function
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp972 spirv::WriteTypeArray(&mSpirvTypeAndConstantDecls, typeId, subTypeId, lengthId); in declareType()