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

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 399 const char* indicesPrefix = "index";
431 const string varName = indicesPrefix + de::toString(lookupNdx);
436 declareUniformIndexVars(global, indicesPrefix, numLookups);
453 code << indicesPrefix << lookupNdx;
785 const char* indicesPrefix = "index";
809 const string varName = indicesPrefix + de::toString(readNdx);
814 declareUniformIndexVars(global, indicesPrefix, numReads);
831 code << indicesPrefix << readNdx;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp     [all...]

Completed in 129 milliseconds