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:validation_list
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_batch.c
108
uint64_t flags = batch->
validation_list
[i].flags;
in dump_validation_list()
109
assert(batch->
validation_list
[i].handle ==
in dump_validation_list()
113
batch->
validation_list
[i].handle, batch->exec_bos[i]->name,
in dump_validation_list()
114
(uint64_t)batch->
validation_list
[i].offset, batch->exec_bos[i]->size,
in dump_validation_list()
234
batch->
validation_list
=
in crocus_init_batch()
235
malloc(batch->exec_array_size * sizeof(batch->
validation_list
[0]));
in crocus_init_batch()
290
return &batch->
validation_list
[index];
in find_validation_entry()
300
batch->
validation_list
=
in ensure_exec_obj_space()
301
realloc(batch->
validation_list
,
in ensure_exec_obj_space()
302
batch->exec_array_size * sizeof(batch->
validation_list
[
in ensure_exec_obj_space()
[all...]
H
A
D
crocus_batch.h
109
struct drm_i915_gem_exec_object2 *
validation_list
;
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_batch.c
913
struct drm_i915_gem_exec_object2 *
validation_list
=
in submit_batch()
local
914
malloc(batch->exec_count * sizeof(*
validation_list
));
in submit_batch()
928
validation_list
[prev_index].flags |= EXEC_OBJECT_WRITE;
in submit_batch()
931
validation_list
[validation_count] =
in submit_batch()
973
.buffers_ptr = (uintptr_t)
validation_list
,
in submit_batch()
1010
free(
validation_list
);
in submit_batch()
Completed in 5 milliseconds