Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/wgsl/
DUtils.cpp207 void WriteWgslSamplerType(StringStreamType &output, in WriteWgslSamplerType() function
287 template void WriteWgslSamplerType<TInfoSinkBase>(TInfoSinkBase &output,
291 template void WriteWgslSamplerType<TStringStream>(TStringStream &output,
DUtils.h59 void WriteWgslSamplerType(StringStreamType &output,
DOutputUniformBlocks.cpp319 WriteWgslSamplerType(output, declType, WgslSamplerTypeConfig::Sampler); in OutputUniformBlocksAndSamplers()
324 WriteWgslSamplerType(output, declType, WgslSamplerTypeConfig::Texture); in OutputUniformBlocksAndSamplers()