OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usedIo
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
linkValidate.cpp
677
for (size_t r = 0; r <
usedIo
[set].size(); ++r) {
678
if (range.overlap(
usedIo
[set][r])) {
680
return std::max(locationRange.start,
usedIo
[set][r].location.start);
681
} else if (locationRange.overlap(
usedIo
[set][r].location) && type.getBasicType() !=
usedIo
[set][r].basicType) {
684
return std::max(locationRange.start,
usedIo
[set][r].location.start);
689
usedIo
[set].push_back(range);
[
all
...]
localintermediate.h
385
std::vector<TIoRange>
usedIo
[4]; // sets of used locations, one for each of in, out, uniform, and buffers
Completed in 54 milliseconds