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:sim_file
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/broadcom/simulator/
H
A
D
v3d_simulator.c
154
perfmons_next_id(struct v3d_simulator_file *
sim_file
) {
in perfmons_next_id()
argument
156
if (sim_state.last_perfid >
sim_file
->perfmons_size) {
in perfmons_next_id()
157
sim_file
->perfmons_size += PERFMONS_ALLOC_SIZE;
in perfmons_next_id()
158
sim_file
->perfmons = reralloc(
sim_file
,
in perfmons_next_id()
159
sim_file
->perfmons,
in perfmons_next_id()
161
sim_file
->perfmons_size);
in perfmons_next_id()
328
struct v3d_simulator_file *
sim_file
= sim_bo->file;
in v3d_free_simulator_bo()
local
330
set_gmp_flags(
sim_file
, sim_bo->block->ofs, sim_bo->size, 0x0);
in v3d_free_simulator_bo()
338
_mesa_hash_table_remove_key(
sim_file
in v3d_free_simulator_bo()
883
struct v3d_simulator_file *
sim_file
= rzalloc(NULL, struct v3d_simulator_file);
v3d_simulator_init()
local
913
v3d_simulator_destroy(struct v3d_simulator_file *
sim_file
)
v3d_simulator_destroy()
argument
[all...]
H
A
D
v3d_simulator.h
38
void v3d_simulator_destroy(struct v3d_simulator_file *
sim_file
);
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_simulator.c
196
struct vc4_simulator_file *
sim_file
= sim_bo->file;
in vc4_free_simulator_bo()
local
211
_mesa_hash_table_remove_key(
sim_file
->bo_map,
in vc4_free_simulator_bo()
673
screen->
sim_file
= rzalloc(screen, struct vc4_simulator_file);
in vc4_simulator_init()
675
screen->
sim_file
->bo_map =
in vc4_simulator_init()
676
_mesa_hash_table_create(screen->
sim_file
,
in vc4_simulator_init()
682
screen->
sim_file
);
in vc4_simulator_init()
685
screen->
sim_file
->dev.screen = screen;
in vc4_simulator_init()
H
A
D
vc4_screen.h
104
struct vc4_simulator_file *
sim_file
;
member
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_screen.h
87
struct v3d_simulator_file *
sim_file
;
member
H
A
D
v3d_screen.c
83
v3d_simulator_destroy(screen->
sim_file
);
in v3d_screen_destroy()
866
screen->
sim_file
= v3d_simulator_init(screen->fd);
in v3d_screen_create()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_device.c
301
v3d_simulator_destroy(device->
sim_file
);
in physical_device_finish()
801
device->
sim_file
= v3d_simulator_init(render_fd);
in physical_device_init()
H
A
D
v3dv_private.h
163
struct v3d_simulator_file *
sim_file
;
member
Completed in 12 milliseconds