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:m_use
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglMultiContextTests.cpp
79
const Use
m_use
;
member in deqp::egl::__anon30369::MultiContextTest
85
,
m_use
(use)
in MultiContextTest()
132
const eglu::UniqueSurface surface (egl, *display,
m_use
!= USE_NONE ? egl.createPbufferSurface(*display, config, pbufferAttribList) : EGL_NO_SURFACE);
in iterate()
143
if (
m_use
== USE_CLEAR)
in iterate()
179
if (
m_use
== USE_MAKECURRENT ||
m_use
== USE_CLEAR)
in iterate()
191
else if (
m_use
== USE_CLEAR)
in iterate()
208
if (
m_use
== USE_MAKECURRENT ||
m_use
== USE_CLEAR)
in iterate()
219
if (
m_use
in iterate()
[all...]
H
A
D
teglMemoryStressTests.cpp
99
bool
m_use
;
member in deqp::egl::__anon30368::MemoryAllocator
118
,
m_use
(use)
in MemoryAllocator()
151
if (m_contexts.size() == 0 && m_pbuffers.size() == 0 &&
m_use
)
in allocateUntilFailure()
216
if (
m_use
&& m_contexts.size() > 0)
in allocatePBuffer()
280
if (
m_use
&& m_pbuffers.size() > 0)
in allocateContext()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_ra.cpp
261
int priority = entry.
m_use
.test(LiveRangeEntry::use_export) ? - entry.m_end : entry.m_start;
in register_allocation()
H
A
D
sfn_valuefactory.h
57
std::bitset<use_unspecified>
m_use
;
member
H
A
D
sfn_liverangeevaluator.cpp
137
live_ranges[i].
m_use
= rca.use_type();
in finalize()
Completed in 5 milliseconds