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:getVariableType
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fProgramInterfaceQueryTestCase.cpp
251
const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().
getVariableType
()) : (DE_NULL);
in validate()
377
const glu::VarType* variable = path.back().
getVariableType
();
in validateSingleVariable()
453
const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.
getVariableType
()->isArrayType();
in validateSingleVariable()
454
const bool inUnsizedArray = isArray && (enclosingcomponent.
getVariableType
()->getArraySize() == glu::VarType::UNSIZED_ARRAY);
in validateSingleVariable()
455
const int arraySize = (!isArray) ? (1) : (inUnsizedArray) ? (m_unsizedArraySize) : (enclosingcomponent.
getVariableType
()->getArraySize());
in validateSingleVariable()
530
const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.
getVariableType
()->isArrayType();
in validateSingleVariable()
531
const bool isAtomicCounter = glu::isDataTypeAtomicCounter(component.
getVariableType
()->getBasicType()); // atomic counters are buffer backed with a stride of 4 basic machine units
in validateSingleVariable()
539
const int elementSize = glu::getDataTypeScalarSize(component.
getVariableType
()->getBasicType()) * getTypeSize(glu::getDataTypeScalarType(component.
getVariableType
()->getBasicType()));
in validateSingleVariable()
660
const bool isMatrix = glu::isDataTypeMatrix(component.
getVariableType
()
[all...]
H
A
D
es31fProgramInterfaceDefinitionUtil.hpp
57
const glu::VarType*
getVariableType
(void) const { DE_ASSERT(isVariableType()); return m_data.type; }
in getVariableType()
function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
H
A
D
es31fProgramInterfaceDefinition.cpp
657
if (path.back().
getVariableType
()->isStructType() && isOpenGLES)
H
A
D
es31fProgramInterfaceDefinitionUtil.cpp
1229
return accumulateComplexType(*path.back().
getVariableType
(), getNumDataTypeComponents);
1473
*path.back().
getVariableType
(),
Completed in 5 milliseconds