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:align_res
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_resolve.c
172
info.src.resource = copy_to_wa ? surf->base.texture : surf->
align_res
;
in crocus_update_align_res()
178
info.dst.resource = copy_to_wa ? surf->
align_res
: surf->base.texture;
in crocus_update_align_res()
245
if (((struct crocus_surface *)zs_surf)->
align_res
) {
in crocus_predraw_resolve_framebuffer()
278
if (surf->
align_res
)
in crocus_predraw_resolve_framebuffer()
345
if (((struct crocus_surface *)zs_surf)->
align_res
) {
in crocus_postdraw_update_resolve_tracking()
370
if (surf->
align_res
)
in crocus_postdraw_update_resolve_tracking()
H
A
D
crocus_resource.h
256
struct pipe_resource *
align_res
;
member
H
A
D
crocus_state.c
2936
surf->
align_res
= screen->base.resource_create(&screen->base, &wa_templ);
in crocus_create_surface()
2940
struct crocus_resource *
align_res
= (struct crocus_resource *)surf->
align_res
;
in crocus_create_surface()
local
2941
memcpy(&surf->surf, &
align_res
->surf, sizeof(surf->surf));
in crocus_create_surface()
3223
pipe_resource_reference(&surf->
align_res
, NULL);
in crocus_surface_destroy()
5090
if (surf->
align_res
)
in emit_surface()
5091
res = (struct crocus_resource *)surf->
align_res
;
in emit_surface()
7464
if (zsbuf->
align_res
) {
7465
zres = (struct crocus_resource *)zsbuf->
align_res
;
Completed in 15 milliseconds