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:null_fb
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_context.h
819
struct iris_state_ref
null_fb
;
member
H
A
D
iris_state.c
3339
upload_state(ice->state.surface_uploader, &ice->state.
null_fb
,
in iris_set_framebuffer_state()
3345
ice->state.
null_fb
.offset +=
in iris_set_framebuffer_state()
3346
iris_bo_offset_from_base_address(iris_resource_bo(ice->state.
null_fb
.res));
in iris_set_framebuffer_state()
4842
if (!ice->state.
null_fb
.res)
in use_null_fb_surface()
4845
struct iris_bo *state_bo = iris_resource_bo(ice->state.
null_fb
.res);
in use_null_fb_surface()
4849
return ice->state.
null_fb
.offset;
in use_null_fb_surface()
7449
pipe_resource_reference(&ice->state.
null_fb
.res, NULL);
in iris_destroy_state()
Completed in 14 milliseconds