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:GenericVecType
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrShaderProgram.hpp
59
VertexAttribute (const std::string& name_, rr::
GenericVecType
type_) : name(name_), type(type_) { }
in VertexAttribute()
62
rr::
GenericVecType
type;
67
VertexToFragmentVarying (rr::
GenericVecType
type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
in VertexToFragmentVarying()
69
rr::
GenericVecType
type;
75
VertexToGeometryVarying (rr::
GenericVecType
type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
in VertexToGeometryVarying()
77
rr::
GenericVecType
type;
83
GeometryToFragmentVarying (rr::
GenericVecType
type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
in GeometryToFragmentVarying()
85
rr::
GenericVecType
type;
91
FragmentOutput (rr::
GenericVecType
type_) : type(type_) { }
in FragmentOutput()
93
rr::
GenericVecType
typ
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrShaders.hpp
48
GenericVecType
type;
70
GenericVecType
type;
90
GenericVecType
type;
H
A
D
rrGenericVector.hpp
32
enum
GenericVecType
enum
H
A
D
rrFragmentOperations.cpp
818
rr::
GenericVecType
fragmentDataType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorbufferClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) ? (rr::GENERICVECTYPE_UINT32) : (rr::GENERICVECTYPE_FLOAT));
in render()
H
A
D
rrRenderer.cpp
1597
const
GenericVecType
colorType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorbufferClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) ? (rr::GENERICVECTYPE_UINT32) : (rr::GENERICVECTYPE_FLOAT));
in isValidCommand()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsRandomShaderProgram.cpp
34
static rr::
GenericVecType
mapToGenericVecType (const rsg::VariableType& varType)
in mapToGenericVecType()
H
A
D
glsVertexArrayTests.cpp
694
static rr::
GenericVecType
mapOutputType (const Array::OutputType& type);
700
std::vector<rr::
GenericVecType
> m_attrType;
1002
rr::
GenericVecType
ContextShaderProgram::mapOutputType (const Array::OutputType& type)
in mapOutputType()
H
A
D
glsDrawTest.cpp
1150
static rr::
GenericVecType
mapOutputType (const DrawTestSpec::OutputType& type);
1157
std::vector<rr::
GenericVecType
> m_attrType;
1453
rr::
GenericVecType
DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type)
in mapOutputType()
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fFboTestUtil.cpp
55
static rr::
GenericVecType
mapDataTypeToGenericVecType(glu::DataType type)
in mapDataTypeToGenericVecType()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fFboTestUtil.cpp
55
static rr::
GenericVecType
mapDataTypeToGenericVecType(glu::DataType type)
in mapDataTypeToGenericVecType()
Completed in 23 milliseconds