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:is_scratch
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_surface_state.c
811
!info->
is_scratch
) {
in buffer_fill_state_s()
837
if (info->
is_scratch
) {
in buffer_fill_state_s()
850
assert(!info->
is_scratch
);
in buffer_fill_state_s()
H
A
D
isl.h
1721
bool
is_scratch
;
member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_bc_finalize.cpp
314
assert((n->bc.op_ptr->flags & AF_MOVA) || d->is_geometry_emit() || d->is_lds_oq() || d->is_lds_access() || d->
is_scratch
());
in finalize_alu_group()
H
A
D
sb_ra_init.cpp
720
if (o->is_undef() || o->is_geometry_emit() || o->
is_scratch
())
H
A
D
sb_ir.h
521
bool
is_scratch
() {
in is_scratch()
function in r600_sb::value
H
A
D
sb_sched.cpp
1678
assert((a->bc.op_ptr->flags & AF_MOVA) || d->is_geometry_emit() || d->is_lds_oq() || d->is_lds_access() || d->
is_scratch
());
in try_add_instruction()
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_compile.c
1814
bool
is_scratch
= instr->intrinsic == nir_intrinsic_load_scratch;
in emit_intrinsic()
local
1828
if (!(is_ubo || is_global ||
is_scratch
)) {
in emit_intrinsic()
1857
} else if (is_global || is_shared ||
is_scratch
) {
in emit_intrinsic()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_allocator.c
1542
.
is_scratch
= true);
in anv_scratch_pool_get_surf()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_program.c
2430
.
is_scratch
= true);
in iris_get_scratch_surf()
Completed in 24 milliseconds