Home
last modified time | relevance | path

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

/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.h78 void WriteTypeSampledImage(Blob *blob, IdResult idResult, IdRef imageType);
Dspirv_instruction_builder_autogen.cpp352 void WriteTypeSampledImage(Blob *blob, IdResult idResult, IdRef imageType) in WriteTypeSampledImage() function
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.cpp1009 spirv::WriteTypeSampledImage(&mSpirvTypeAndConstantDecls, typeId, nonSampledId); in declareType()