Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/spirv/
H A Dspirv_instruction_builder_autogen.h81 void WriteTypeSampledImage(Blob *blob, IdResult idResult1, IdRef imageType);
H A Dspirv_instruction_builder_autogen.cpp368 void WriteTypeSampledImage(Blob *blob, IdResult idResult1, IdRef imageType) in WriteTypeSampledImage() function
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp1009 spirv::WriteTypeSampledImage(&mSpirvTypeAndConstantDecls, typeId, nonSampledId); in declareType()