Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:structTypes
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fProgramInterfaceDefinition.cpp
444
std::set<const glu::StructType*>
structTypes
;
in ~Program()
local
449
collectStructPtrs(
structTypes
, m_shaders[shaderNdx]->m_defaultBlock.variables[varNdx].varType);
in ~Program()
453
collectStructPtrs(
structTypes
, m_shaders[shaderNdx]->m_defaultBlock.interfaceBlocks[interfaceNdx].variables[varNdx].varType);
in ~Program()
456
for (std::set<const glu::StructType*>::iterator it =
structTypes
.begin(); it !=
structTypes
.end(); ++it)
in ~Program()
H
A
D
es31fUniformLocationTests.hpp
55
StructList
structTypes
;
member in deqp::gles31::Functional::UniformLocationTests
H
A
D
es31fUniformLocationTests.cpp
730
for (int i = 0; i < int(
structTypes
.size()); i++)
731
delete
structTypes
[i];
894
structTypes
.push_back(structProto);
971
structTypes
.push_back(testTypes[0]);
972
structTypes
.push_back(testTypes[1]);
973
structTypes
.push_back(testTypes[2]);
974
structTypes
.push_back(testTypes[3]);
/third_party/vulkan-loader/scripts/
H
A
D
helper_file_generator.py
95
self.
structTypes
= dict() # Map of Vulkan struct typename to required VkStructureType
346
self.
structTypes
[typeName] = self.StructType(name=name, value=value)
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fUniformApiTests.cpp
525
vector<const StructType*>
structTypes
;
in random()
local
531
for (int j = 0; j < (int)
structTypes
.size(); j++)
in random()
532
delete
structTypes
[j];
in random()
533
structTypes
.clear();
in random()
534
uniform.type = generateRandomType(3, structIdx,
structTypes
, rnd);
in random()
538
for (int j = 0; j < (int)
structTypes
.size(); j++)
in random()
539
res->addStructType(
structTypes
[j]);
in random()
547
// would mean that we'd need to update pointers from uniforms to point to the new
structTypes
.
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fUniformApiTests.cpp
459
vector<const StructType*>
structTypes
;
in random()
local
465
for (int j = 0; j < (int)
structTypes
.size(); j++)
in random()
466
delete
structTypes
[j];
in random()
467
structTypes
.clear();
in random()
468
uniform.type = generateRandomType(3, structIdx,
structTypes
, rnd);
in random()
472
for (int j = 0; j < (int)
structTypes
.size(); j++)
in random()
473
res->addStructType(
structTypes
[j]);
in random()
481
// would mean that we'd need to update pointers from uniforms to point to the new
structTypes
.
Completed in 12 milliseconds