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.cpp351 void WriteTypeSampledImage(Blob *blob, IdResult idResult, IdRef imageType) in WriteTypeSampledImage() function
/external/angle/src/compiler/translator/
DBuildSPIRV.cpp794 spirv::WriteTypeSampledImage(&mSpirvTypeAndConstantDecls, typeId, nonSampledId); in declareType()