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:v3dv_cl_offset
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_cl.h
77
v3dv_cl_offset
(struct v3dv_cl *cl)
in v3dv_cl_offset()
function
95
return (struct v3dv_cl_reloc){ .bo = cl->bo, .offset =
v3dv_cl_offset
(cl) };
in v3dv_cl_get_address()
111
assert(
v3dv_cl_offset
(cl) <= cl->size);
in cl_end()
H
A
D
v3dv_cl.c
97
uint32_t offset = align(
v3dv_cl_offset
(cl), alignment);
in v3dv_cl_ensure_space()
126
if (
v3dv_cl_offset
(cl) + space <= cl->size)
in v3dv_cl_ensure_space_with_branch()
H
A
D
v3dv_queue.c
759
submit.bcl_end = job->bcl.bo->offset +
v3dv_cl_offset
(&job->bcl);
in handle_cl_job()
761
submit.rcl_end = job->rcl.bo->offset +
v3dv_cl_offset
(&job->rcl);
in handle_cl_job()
H
A
D
v3dvx_cmd_buffer.c
1662
assert(
v3dv_cl_offset
(&secondary_job->rcl) == 0);
in cmd_buffer_execute_inside_pass()
1667
assert(
v3dv_cl_offset
(&secondary_job->bcl) >= 1);
in cmd_buffer_execute_inside_pass()
H
A
D
v3dv_cmd_buffer.c
509
if (
v3dv_cl_offset
(&cmd_buffer->state.job->rcl) == 0)
in cmd_buffer_end_render_pass_frame()
585
v3dv_cl_offset
(&job->bcl) > 0);
in v3dv_cmd_buffer_finish_job()
592
assert(
v3dv_cl_offset
(&job->rcl) != 0 || cmd_buffer->state.pass);
in v3dv_cmd_buffer_finish_job()
Completed in 11 milliseconds