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:uav_index
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_state_uav.c
359
int
uav_index
= -1;
in svga_create_uav_list()
local
420
uav_index
= svga_find_uav_from_list(svga, uav->uaViewId,
in svga_create_uav_list()
424
if (
uav_index
== -1) {
in svga_create_uav_list()
425
uav_index
= *num_uavs;
in svga_create_uav_list()
428
uaViews[
uav_index
] = svga_buffer(res)->handle;
in svga_create_uav_list()
430
uaViews[
uav_index
] = svga_texture(res)->handle;
in svga_create_uav_list()
432
uaViewIds[
uav_index
] = uav->uaViewId;
in svga_create_uav_list()
438
cur_image_view->
uav_index
=
uav_index
;
in svga_create_uav_list()
486
uav_index
in svga_create_uav_list()
[all...]
H
A
D
svga_shader_buffer.c
128
cbuf->
uav_index
= -1;
in svga_set_shader_buffers()
137
cbuf->
uav_index
= -1;
in svga_set_shader_buffers()
208
cbuf->
uav_index
= -1;
in svga_set_hw_atomic_buffers()
217
cbuf->
uav_index
= -1;
in svga_set_hw_atomic_buffers()
270
hw_buf->
uav_index
= -1;
in svga_init_shader_buffer_functions()
273
cur_buf->
uav_index
= -1;
in svga_init_shader_buffer_functions()
287
svga->curr.atomic_buffers[i].
uav_index
= -1;
in svga_init_shader_buffer_functions()
H
A
D
svga_shader_buffer.h
32
unsigned
uav_index
;
member
H
A
D
svga_image_view.h
32
unsigned
uav_index
;
member
H
A
D
svga_shader.c
513
key->images[i].
uav_index
= cur_image_view->
uav_index
+ uav_splice_index;
in svga_init_shader_key_common()
516
key->images[i].
uav_index
= SVGA3D_INVALID_ID;
in svga_init_shader_key_common()
526
key->shader_buf_uav_index[i] = cur_sbuf->
uav_index
+ uav_splice_index;
in svga_init_shader_key_common()
537
key->atomic_buf_uav_index[i] = cur_buf->
uav_index
+ uav_splice_index;
in svga_init_shader_key_common()
H
A
D
svga_image_view.c
167
cur_image_view->
uav_index
= -1;
in svga_set_shader_images()
175
cur_image_view->
uav_index
= -1;
in svga_set_shader_images()
H
A
D
svga_shader.h
163
unsigned
uav_index
;
member
H
A
D
svga_tgsi_vgpu10.c
6278
if (uav_mask & (1 << emit->key.images[unit].
uav_index
))
in emit_image_declarations()
6311
assert(emit->key.images[unit].
uav_index
!= SVGA3D_INVALID_ID);
in emit_image_declarations()
6315
emit_dword(emit, emit->key.images[unit].
uav_index
);
in emit_image_declarations()
6320
uav_mask |= 1 << emit->key.images[unit].
uav_index
;
in emit_image_declarations()
6428
unsigned
uav_index
= emit->key.atomic_buf_uav_index[buf_index];
in emit_atomic_buf_declarations()
local
6433
if (uav_mask & (1 <<
uav_index
))
in emit_atomic_buf_declarations()
6439
assert(
uav_index
!= SVGA3D_INVALID_ID);
in emit_atomic_buf_declarations()
6461
emit_dword(emit,
uav_index
);
in emit_atomic_buf_declarations()
6465
uav_mask |= 1 <<
uav_index
;
in emit_atomic_buf_declarations()
10090
* \param
uav_index
inde
10102
unsigned
uav_index
= INVALID_INDEX;
emit_uav_register()
local
[all...]
Completed in 18 milliseconds