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

  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 279 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
281 if (isIntCounter)
311 if (isIntCounter)
333 if (isIntCounter)
357 string initValue = isIntCounter ? "0" : "0.05";
361 if (isIntCounter)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 340 const bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
344 if (isIntCounter)
391 if (isIntCounter)
413 if (isIntCounter)
437 std::string initValue = isIntCounter ? "0" : "0.05";
441 if (isIntCounter)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 307 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
309 if (isIntCounter)
339 if (isIntCounter)
361 if (isIntCounter)
385 string initValue = isIntCounter ? "0" : "0.05";
389 if (isIntCounter)
    [all...]

Completed in 97 milliseconds