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:ctx_destroy
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/winsys/null/
H
A
D
radv_null_cs.c
105
ws->base.
ctx_destroy
= radv_null_ctx_destroy;
in radv_null_cs_init_functions()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_radeon_winsys.h
266
void (*
ctx_destroy
)(struct radeon_winsys_ctx *ctx);
member
H
A
D
radv_device.c
3756
device->ws->
ctx_destroy
(device->hw_ctx[i]);
in radv_CreateDevice()
3801
device->ws->
ctx_destroy
(device->hw_ctx[i]);
in radv_DestroyDevice()
/third_party/mesa3d/src/gallium/include/winsys/
H
A
D
radeon_winsys.h
482
void (*
ctx_destroy
)(struct radeon_winsys_ctx *ctx);
member
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_context.c
98
r300->rws->
ctx_destroy
(r300->ctx);
in r300_destroy_context()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_cs.c
861
ws->base.
ctx_destroy
= radeon_drm_ctx_destroy;
in radeon_drm_cs_init_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.c
656
rctx->ws->
ctx_destroy
(rctx->ctx);
in r600_common_context_cleanup()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H
A
D
radv_amdgpu_cs.c
1894
ws->base.
ctx_destroy
= radv_amdgpu_ctx_destroy;
in radv_amdgpu_cs_init_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.c
316
sctx->ws->
ctx_destroy
(sctx->ctx);
in si_destroy_context()
H
A
D
radeon_vcn_dec.c
2517
dec->ws->
ctx_destroy
(dec->jctx[i]);
in radeon_dec_destroy()
2974
dec->ws->
ctx_destroy
(dec->jctx[i]);
in radeon_create_decoder()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_cs.c
1852
ws->base.
ctx_destroy
= amdgpu_ctx_destroy;
in amdgpu_cs_init_functions()
Completed in 45 milliseconds