OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextMultipleFound
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp
57
bool
nextMultipleFound
= false;
61
nextMultipleFound
= true;
64
nextMultipleFound
=
nextMultipleFound
&& (nextMultiple % divisors[divNdx] == 0);
66
if (
nextMultipleFound
)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
117
bool
nextMultipleFound
= false;
121
nextMultipleFound
= true;
124
nextMultipleFound
=
nextMultipleFound
&& (nextMultiple % divisors[divNdx] == 0);
126
if (
nextMultipleFound
)
[
all
...]
Completed in 237 milliseconds