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:pan_device
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_screen.c
81
return
pan_device
(screen)->model->name;
in panfrost_get_name()
99
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_get_param()
357
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_get_shader_param()
533
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_is_format_supported()
605
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_walk_dmabuf_modifiers()
670
struct panfrost_device *dev =
pan_device
(pscreen);
in panfrost_get_compute_param()
753
struct panfrost_device *dev =
pan_device
(pscreen);
in panfrost_destroy_screen()
782
struct panfrost_device *dev =
pan_device
(pscreen);
in panfrost_fence_reference()
797
struct panfrost_device *dev =
pan_device
(_screen);
in panfrost_fence_get_fd()
809
struct panfrost_device *dev =
pan_device
(pscree
in panfrost_fence_finish()
[all...]
H
A
D
pan_screen.h
41
#include "
pan_device
.h"
119
pan_device
(struct pipe_screen *p)
in pan_device()
function
140
perf_debug(
pan_device
((ctx)->base.screen), __VA_ARGS__);
H
A
D
pan_context.c
105
struct panfrost_device *dev =
pan_device
(pipe->screen);
in panfrost_flush()
168
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_get_blend()
307
struct panfrost_device *dev =
pan_device
(pctx->screen);
in panfrost_create_shader_state()
394
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_build_key()
875
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_begin_query()
951
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_get_query_result()
1075
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_create_context()
H
A
D
pan_resource.c
63
struct panfrost_device *dev =
pan_device
(pscreen);
in panfrost_resource_from_handle()
144
struct panfrost_device *dev =
pan_device
(pscreen);
in panfrost_resource_get_handle()
516
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_resource_set_damage_region()
612
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_resource_create_with_modifier()
770
struct panfrost_device *dev =
pan_device
(screen);
in panfrost_resource_destroy()
958
struct panfrost_device *dev =
pan_device
(pctx->screen);
in panfrost_ptr_map()
1212
panfrost_resource_setup(
pan_device
(ctx->base.screen), rsrc, modifier,
in pan_resource_modifier_convert()
1226
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in pan_legalize_afbc_format()
1286
struct panfrost_device *dev =
pan_device
(pctx->screen);
in panfrost_ptr_unmap()
1475
struct panfrost_device *dev =
pan_device
(pscree
in panfrost_resource_screen_init()
[all...]
H
A
D
pan_assemble.c
46
struct panfrost_device *dev =
pan_device
(pscreen);
in panfrost_shader_compile()
H
A
D
pan_job.c
105
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_batch_cleanup()
412
bo = panfrost_bo_create(
pan_device
(batch->ctx->base.screen), size,
in panfrost_batch_create_bo()
617
struct panfrost_device *dev =
pan_device
(gallium->screen);
in panfrost_batch_submit_ioctl()
728
struct panfrost_device *dev =
pan_device
(pscreen);
in panfrost_batch_submit_jobs()
H
A
D
pan_cmdstream.c
400
const struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_emit_blend()
1240
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_upload_sample_positions_sysval()
1260
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_upload_rt_conversion_sysval()
1589
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in panfrost_emit_shared_memory()
1652
struct panfrost_device *device =
pan_device
(pctx->screen);
in panfrost_create_sampler_view_bo()
1848
struct panfrost_device *dev =
pan_device
(ctx->base.screen);
in emit_image_attribs()
2659
struct panfrost_device *dev =
pan_device
(batch->ctx->base.screen);
in emit_tls()
2686
struct panfrost_device *dev =
pan_device
(batch->ctx->base.screen);
in emit_fbd()
3026
struct panfrost_device *dev =
pan_device
(batch->ctx->base.screen);
in panfrost_batch_get_bifrost_tiler()
3765
struct panfrost_device *dev =
pan_device
(ct
in panfrost_indirect_draw()
[all...]
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_indirect_dispatch.h
29
struct
pan_device
;
H
A
D
pan_indirect_draw.h
29
struct
pan_device
;
/third_party/mesa3d/src/panfrost/perf/
H
A
D
quick.c
2
#include <lib/
pan_device
.h>
H
A
D
pan_perf.c
27
#include <lib/
pan_device
.h>
/third_party/mesa3d/src/panfrost/ds/
H
A
D
pan_pps_perf.cc
3
#include <lib/
pan_device
.h>
Completed in 15 milliseconds