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:isScratch
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrGpuResourceCacheAccess.h
30
bool
isScratch
() const {
in isScratch()
function in GrGpuResource::CacheAccess
36
return this->
isScratch
() && !fResource->internalHasRef();
in isUsableAsScratch()
H
A
D
GrResourceCache.h
271
if (resource->cacheAccess().
isScratch
()) {
in update()
/third_party/skia/src/core/
H
A
D
SkBlockAllocator.h
151
bool
isScratch
() const { return fCursor < 0; }
in isScratch()
function in final::GrowthPolicy::final
720
if (!Forward && fNext && fNext->
isScratch
()) {
in advance()
725
SkASSERT(!fNext || !fNext->
isScratch
());
in advance()
H
A
D
SkBlockAllocator.cpp
216
SkASSERT(fHead.fPrev->
isScratch
());
in addBlock()
272
SkASSERT(!prev && (!fHead.fPrev || fHead.fPrev->
isScratch
()));
in validate()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_form_hard_clauses.cpp
86
} else if (instr->
isScratch
() || instr->isGlobal()) {
in form_hard_clauses()
H
A
D
aco_insert_NOPs.cpp
458
bool lds_scratch_global = (instr->
isScratch
() || instr->isGlobal()) && instr->flatlike().lds;
in handle_instruction_gfx6()
785
if (instr->isVMEM() || instr->isGlobal() || instr->
isScratch
()) {
814
ctx.has_VMEM = instr->isVMEM() || instr->isGlobal() || instr->
isScratch
();
H
A
D
aco_ir.h
1195
assert(
isScratch
());
1200
assert(
isScratch
());
1203
constexpr bool
isScratch
() const noexcept { return format == Format::SCRATCH; }
1342
constexpr bool isFlatLike() const noexcept { return isFlat() || isGlobal() ||
isScratch
(); }
H
A
D
aco_statistics.cpp
450
if ((instr->isVMEM() || instr->
isScratch
() || instr->isGlobal()) &&
in collect_preasm_stats()
H
A
D
aco_assembler.cpp
525
if (instr->
isScratch
())
in emit_instruction()
H
A
D
aco_insert_waitcnt.cpp
253
else if (instr->isVMEM() || instr->
isScratch
() || instr->isGlobal())
in get_vmem_type()
H
A
D
aco_validate.cpp
267
(instr->
isScratch
() && i == 0);
in validate_ir()
H
A
D
aco_optimizer.cpp
1451
else if (instr->
isScratch
()) {
in label_instruction()
/third_party/skia/tests/
H
A
D
ResourceCacheTest.cpp
746
REPORTER_ASSERT(reporter, !resource->cacheAccess().
isScratch
());
in test_unbudgeted_to_scratch()
766
REPORTER_ASSERT(reporter, resource->cacheAccess().
isScratch
());
in test_unbudgeted_to_scratch()
783
REPORTER_ASSERT(reporter, !resource->cacheAccess().
isScratch
());
in test_unbudgeted_to_scratch()
1313
const bool
isScratch
= (i % 2 == 0);
in test_time_purge()
local
1316
TestResource* r =
isScratch
? TestResource::CreateScratch(gpu, budgeted, property)
in test_time_purge()
1318
if (!
isScratch
) {
in test_time_purge()
Completed in 25 milliseconds