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:residency
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_bufmgr.cpp
80
d3d12_bo_wrap_res(struct d3d12_screen *screen, ID3D12Resource *res, enum d3d12_residency_status
residency
)
in d3d12_bo_wrap_res()
argument
100
bo->residency_status =
residency
;
in d3d12_bo_wrap_res()
103
if (
residency
!= d3d12_evicted) {
in d3d12_bo_wrap_res()
H
A
D
d3d12_bufmgr.h
118
d3d12_bo_wrap_res(struct d3d12_screen *screen, ID3D12Resource *res, enum d3d12_residency_status
residency
);
/third_party/ffmpeg/libavcodec/
H
A
D
h274.h
37
uint16_t
residency
[13 /* h */]; // bit field of v
member
H
A
D
h274.c
106
if (database->
residency
[h] & (1 << v))
in init_slice()
109
database->
residency
[h] |= (1 << v);
in init_slice()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_tex.c
1153
nir_ssa_def *
residency
= NULL;
in lower_tg4_offsets()
local
1185
if (
residency
)
in lower_tg4_offsets()
1186
residency
= nir_sparse_residency_code_and(b,
residency
, code);
in lower_tg4_offsets()
1188
residency
= code;
in lower_tg4_offsets()
1191
dest[4] = nir_get_ssa_scalar(
residency
, 0);
in lower_tg4_offsets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H
A
D
vktSparseResourcesBufferTests.cpp
758
const bool
residency
= (flags & TEST_FLAG_RESIDENCY) != 0;
in initProgramsDrawWithUBO()
local
788
if (
residency
&& nonResidentStrict)
in initProgramsDrawWithUBO()
795
else if (
residency
)
in initProgramsDrawWithUBO()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H
A
D
vktSparseResourcesBufferTests.cpp
758
const bool
residency
= (flags & TEST_FLAG_RESIDENCY) != 0;
in initProgramsDrawWithUBO()
local
788
if (
residency
&& nonResidentStrict)
in initProgramsDrawWithUBO()
795
else if (
residency
)
in initProgramsDrawWithUBO()
Completed in 11 milliseconds