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:isOpaqueType
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fProgramInterfaceDefinition.cpp
93
static bool
isOpaqueType
(glu::DataType type)
in isOpaqueType()
function
141
const bool
isOpaqueType
= !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
in isIllegalVertexOutput()
local
146
if (
isOpaqueType
)
in isIllegalVertexOutput()
187
const bool
isOpaqueType
= !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
in isIllegalFragmentOutput()
local
189
if (glu::isDataTypeBoolOrBVec(varType.getBasicType()) ||
isOpaqueType
|| glu::isDataTypeMatrix(varType.getBasicType()))
in isIllegalFragmentOutput()
272
if (containsMatchingSubtype(m_defaultBlock.interfaceBlocks[interfaceNdx].variables,
isOpaqueType
))
in isValid()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H
A
D
MonomorphizeUnsupportedFunctions.cpp
295
const bool
isOpaqueType
= IsOpaqueType(funcArgument->getType().getBasicType());
in processFunctionCall()
local
298
if (!
isOpaqueType
&& !isStructContainingSamplers)
in processFunctionCall()
/third_party/spirv-tools/source/val/
H
A
D
validate_type.cpp
409
const auto
isOpaqueType
= [&_](const Instruction* opaque_inst) {
in ValidateTypeStruct()
local
423
_.ContainsType(inst->id(),
isOpaqueType
)) {
in ValidateTypeStruct()
/third_party/glslang/SPIRV/
H
A
D
SpvBuilder.cpp
1026
NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const
isOpaqueType
)
in makeCompositeDebugType()
1052
if(
isOpaqueType
== true) {
in makeCompositeDebugType()
1061
assert(
isOpaqueType
== false || (
isOpaqueType
== true && memberDebugTypes.empty()));
in makeCompositeDebugType()
1025
makeCompositeDebugType(std::vector<Id> const& memberTypes, char const*const name, NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const
isOpaqueType
)
makeCompositeDebugType()
argument
H
A
D
SpvBuilder.h
228
NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const
isOpaqueType
= false);
Completed in 14 milliseconds