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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h 119 int computeSamplerTypeIndex(TSampler&);
188 static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSamplerTypeIndex()
hlslParseHelper.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 242 int computeSamplerTypeIndex(TSampler&);
339 static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see computeSamplerTypeIndex()
ParseHelper.cpp 76 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow;
78 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow;
81 defaultSamplerPrecision[computeSamplerTypeIndex(sampler)] = EpqLow;
    [all...]

Completed in 63 milliseconds