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:cs_user_data
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_compute_blit.c
297
sctx->
cs_user_data
[0] = clear_value & writebitmask;
in si_compute_clear_buffer_rmw()
298
sctx->
cs_user_data
[1] = ~writebitmask;
in si_compute_clear_buffer_rmw()
323
memcpy(sctx->
cs_user_data
, clear_value, 12);
in si_compute_clear_12bytes_buffer()
402
sctx->
cs_user_data
[i] = clear_value[i % (clear_value_size / 4)];
in si_compute_do_clear_or_copy()
760
sctx->
cs_user_data
[0] = src_box->x | (dstx << 16);
in si_compute_copy_image()
761
sctx->
cs_user_data
[1] = src_box->y | (dsty << 16);
in si_compute_copy_image()
762
sctx->
cs_user_data
[2] = src_box->z | (dstz << 16);
in si_compute_copy_image()
790
sctx->
cs_user_data
[0] = tex->surface.meta_offset - tex->surface.display_dcc_offset;
in si_retile_dcc()
791
sctx->
cs_user_data
[1] = (tex->surface.u.gfx9.color.dcc_pitch_max + 1) |
in si_retile_dcc()
793
sctx->
cs_user_data
[
in si_retile_dcc()
[all...]
H
A
D
si_shader_internal.h
132
struct ac_arg
cs_user_data
;
member
H
A
D
si_test_dma_perf.c
222
sctx->
cs_user_data
[i] = clear_value;
in si_test_dma_perf()
H
A
D
si_compute.c
795
radeon_emit_array(sctx->
cs_user_data
, sel->info.base.cs.user_data_components_amd);
in si_setup_nir_user_data()
H
A
D
si_pipe.h
1109
uint32_t
cs_user_data
[4];
member
H
A
D
si_shader_llvm.c
916
ctx->abi.user_data = ac_get_arg(&ctx->ac, ctx->
cs_user_data
);
in si_llvm_translate_nir()
H
A
D
si_shader.c
760
ac_add_arg(&ctx->args, AC_ARG_SGPR, cs_user_data_dwords, AC_ARG_INT, &ctx->
cs_user_data
);
in si_init_shader_args()
Completed in 17 milliseconds