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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ResourceLimits.h 47 bool generalSamplerIndexing;
  /external/deqp/external/vulkancts/framework/vulkan/
vkGlslToSpirV.cpp 100 limits->generalSamplerIndexing = true;
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 312 "generalSamplerIndexing 1\n"
543 else if (strcmp(token, "generalSamplerIndexing") == 0)
544 Resources.limits.generalSamplerIndexing = (value != 0);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 140 ! limits.generalSamplerIndexing ||
600 if ((! limits.generalSamplerIndexing && base->getBasicType() == EbtSampler) ||
    [all...]

Completed in 45 milliseconds