HomeSort by relevance Sort by last modified time
    Searched refs:TSampler (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.h 97 void addSubpassSampling(TSampler, TString& typeName, int version, EProfile profile);
98 void addQueryFunctions(TSampler, TString& typeName, int version, EProfile profile);
99 void addImageFunctions(TSampler, TString& typeName, int version, EProfile profile);
100 void addSamplingFunctions(TSampler, TString& typeName, int version, EProfile profile);
101 void addGatherFunctions(TSampler, TString& typeName, int version, EProfile profile);
Initialize.cpp     [all...]
ParseHelper.h 242 int computeSamplerTypeIndex(TSampler&);
reflection.cpp 400 int mapSamplerToGlType(TSampler sampler)
ParseHelper.cpp 74 TSampler sampler;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 71 struct TSampler { // misnomer now; includes images, textures without sampler, and textures with sampler
156 bool operator==(const TSampler& right) const
169 bool operator!=(const TSampler& right) const
980 TSampler sampler;
    [all...]
intermediate.h 781 void crackTexture(TSampler sampler, TCrackedTextureOp& cracked) const
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h 119 int computeSamplerTypeIndex(TSampler&);
hlslGrammar.cpp 683 TSampler sampler;
779 TSampler sampler;
    [all...]
hlslParseHelper.cpp 587 const TSampler& texType = base->getType().getSampler();
826 TSampler samplerType = argTex->getType().getSampler();
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 117 spv::Id getSampledType(const glslang::TSampler&);
262 spv::Dim TranslateDimensionality(const glslang::TSampler& sampler)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp 117 spv::Id getSampledType(const glslang::TSampler&);
262 spv::Dim TranslateDimensionality(const glslang::TSampler& sampler)
    [all...]

Completed in 60 milliseconds