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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ResourceLimits.h 49 bool generalConstantMatrixVectorIndexing;
  /external/deqp/external/vulkancts/framework/vulkan/
vkGlslToSpirV.cpp 102 limits->generalConstantMatrixVectorIndexing = true;
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 314 "generalConstantMatrixVectorIndexing 1\n";
547 else if (strcmp(token, "generalConstantMatrixVectorIndexing") == 0)
548 Resources.limits.generalConstantMatrixVectorIndexing = (value != 0);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 139 ! limits.generalConstantMatrixVectorIndexing ||
603 (! limits.generalConstantMatrixVectorIndexing && base->getAsConstantUnion()) ||
    [all...]

Completed in 105 milliseconds