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
defs:desc_slot
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_descriptors.c
533
unsigned
desc_slot
= si_get_sampler_slot(slot);
in si_set_sampler_views()
local
604
unsigned
desc_slot
= si_get_sampler_slot(slot);
in si_set_sampler_views()
local
724
unsigned
desc_slot
= si_get_image_slot(slot);
in si_disable_shader_image()
local
1033
unsigned
desc_slot
= si_get_sampler_slot(slot);
in si_bind_sampler_states()
local
1785
unsigned
desc_slot
= si_get_sampler_slot(i);
in si_rebind_buffer()
local
1812
unsigned
desc_slot
= si_get_image_slot(i);
si_rebind_buffer()
local
1838
unsigned
desc_slot
= (*tex_handle)->
desc_slot
;
si_rebind_buffer()
local
1860
unsigned
desc_slot
= (*img_handle)->
desc_slot
;
si_rebind_buffer()
local
1893
si_upload_bindless_descriptor(struct si_context *sctx, unsigned
desc_slot
, unsigned num_dwords)
si_upload_bindless_descriptor()
argument
1920
unsigned
desc_slot
= (*tex_handle)->
desc_slot
;
si_upload_bindless_descriptors()
local
1930
unsigned
desc_slot
= (*img_handle)->
desc_slot
;
si_upload_bindless_descriptors()
local
2315
ASSERTED unsigned
desc_slot
;
si_init_bindless_descriptors()
local
2342
unsigned
desc_slot
;
si_get_first_free_bindless_slot()
local
2364
unsigned
desc_slot
,
desc_slot
_offset;
si_create_bindless_descriptor()
local
2391
si_update_bindless_buffer_descriptor(struct si_context *sctx, unsigned
desc_slot
, struct pipe_resource *resource, uint64_t offset, bool *desc_dirty)
si_update_bindless_buffer_descriptor()
argument
[all...]
H
A
D
si_pipe.h
887
unsigned
desc_slot
;
member
894
unsigned
desc_slot
;
member
Completed in 9 milliseconds