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:psurface
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_surface.h
74
zink_csurface(struct pipe_surface *
psurface
)
in zink_csurface()
argument
76
return
psurface
? ((struct zink_ctx_surface *)
psurface
)->surf : NULL;
in zink_csurface()
81
zink_transient_surface(struct pipe_surface *
psurface
)
in zink_transient_surface()
argument
83
return
psurface
? ((struct zink_ctx_surface *)
psurface
)->transient ? ((struct zink_ctx_surface *)
psurface
)->transient->surf : NULL : NULL;
in zink_transient_surface()
88
zink_surface(struct pipe_surface *
psurface
)
in zink_surface()
argument
90
return (struct zink_surface *)
psurface
;
in zink_surface()
94
zink_destroy_surface(struct zink_screen *screen, struct pipe_surface *
psurface
);
141
zink_rebind_ctx_surface(struct zink_context *ctx, struct pipe_surface **
psurface
)
zink_rebind_ctx_surface()
argument
[all...]
H
A
D
zink_surface.c
303
zink_destroy_surface(struct zink_screen *screen, struct pipe_surface *
psurface
)
in zink_destroy_surface()
argument
305
struct zink_surface *surface = zink_surface(
psurface
);
in zink_destroy_surface()
306
struct zink_resource *res = zink_resource(
psurface
->texture);
in zink_destroy_surface()
307
if (!
psurface
->nr_samples && !surface->is_swapchain) {
in zink_destroy_surface()
309
if (
psurface
->reference.count) {
in zink_destroy_surface()
331
pipe_resource_reference(&
psurface
->texture, NULL);
in zink_destroy_surface()
337
struct pipe_surface *
psurface
)
in zink_surface_destroy()
339
struct zink_ctx_surface *csurf = (struct zink_ctx_surface *)
psurface
;
in zink_surface_destroy()
346
zink_rebind_surface(struct zink_context *ctx, struct pipe_surface **
psurface
)
in zink_rebind_surface()
argument
348
struct zink_surface *surface = zink_surface(*
psurface
);
in zink_rebind_surface()
336
zink_surface_destroy(struct pipe_context *pctx, struct pipe_surface *
psurface
)
zink_surface_destroy()
argument
[all...]
/third_party/mesa3d/src/gallium/drivers/tegra/
H
A
D
tegra_context.c
914
struct pipe_surface *
psurface
)
in tegra_surface_destroy()
916
struct tegra_surface *surface = to_tegra_surface(
psurface
);
in tegra_surface_destroy()
913
tegra_surface_destroy(struct pipe_context *pcontext, struct pipe_surface *
psurface
)
tegra_surface_destroy()
argument
Completed in 4 milliseconds