Home
last modified time | relevance | path

Searched refs:setPureSampler (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/Include/
DTypes.h196 void setPureSampler(bool s) in setPureSampler() function
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y2716 $$.sampler.setPureSampler(false);
2721 $$.sampler.setPureSampler(true);
Dglslang.m42716 $$.sampler.setPureSampler(false);
2721 $$.sampler.setPureSampler(true);
Dglslang_tab.cpp8320 (yyval.interm.type).sampler.setPureSampler(false); in yyparse()
8330 (yyval.interm.type).sampler.setPureSampler(true); in yyparse()
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1257 sampler.setPureSampler(isShadow); in acceptSamplerType()