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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 55 bool nextMultipleFound = false;
59 nextMultipleFound = true;
62 nextMultipleFound = nextMultipleFound && (nextMultiple % divisors[divNdx] == 0);
64 if (nextMultipleFound)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 116 bool nextMultipleFound = false;
120 nextMultipleFound = true;
123 nextMultipleFound = nextMultipleFound && (nextMultiple % divisors[divNdx] == 0);
125 if (nextMultipleFound)
    [all...]

Completed in 93 milliseconds