OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:counterNdx
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp
258
for (int
counterNdx
= 0;
counterNdx
< spec.atomicCounterCount;
counterNdx
++)
262
if (spec.offsetType == OFFSETTYPE_RESET_DEFAULT &&
counterNdx
== spec.atomicCounterCount/2)
291
src << "uniform atomic_uint counter" <<
counterNdx
<< ";\n";
301
src << "offset=" << (
counterNdx
* 4) << ") uniform atomic_uint counter" <<
counterNdx
<< ";\n";
309
src << "uniform atomic_uint counter" <<
counterNdx
<< ";\n";
319
src << "offset=" << (1 +
counterNdx
* 2) << ") uniform atomic_uint counter" <<
counterNdx
<< ";\n"
[
all
...]
es31fOpaqueTypeIndexingTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
[
all
...]
Completed in 81 milliseconds