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:si_images
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_descriptors.c
674
static void si_release_image_views(struct
si_images
*images)
in si_release_image_views()
685
static void si_image_views_begin_new_cs(struct si_context *sctx, struct
si_images
*images)
in si_image_views_begin_new_cs()
700
static bool si_image_views_check_encrypted(struct si_context *sctx, struct
si_images
*images,
in si_image_views_check_encrypted()
720
struct
si_images
*images = &ctx->images[shader];
in si_disable_shader_image()
833
struct
si_images
*images = &ctx->images[shader];
in si_set_shader_image()
922
static void si_images_update_needs_color_decompress_mask(struct
si_images
*images)
in si_images_update_needs_color_decompress_mask()
1803
struct
si_images
*images = &sctx->images[shader];
in si_rebind_buffer()
2008
struct
si_images
*images = &sctx->images[shader];
in si_update_all_texture_descriptors()
H
A
D
si_pipe.h
753
struct
si_images
{
struct
1092
struct
si_images
images[SI_NUM_SHADERS];
H
A
D
si_blit.c
588
static void si_decompress_image_color_textures(struct si_context *sctx, struct
si_images
*images)
in si_decompress_image_color_textures()
660
static void si_check_render_feedback_images(struct si_context *sctx, struct
si_images
*images,
in si_check_render_feedback_images()
H
A
D
si_compute.c
915
struct
si_images
*images = &sctx->images[PIPE_SHADER_COMPUTE];
in si_check_needs_implicit_sync()
Completed in 13 milliseconds