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:changed_sets
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_descriptors_lazy.c
511
zink_descriptors_update_lazy_masked(struct zink_context *ctx, bool is_compute, uint8_t
changed_sets
, uint8_t bind_sets)
in zink_descriptors_update_lazy_masked()
argument
540
u_foreach_bit(type, bind_sets & ~
changed_sets
) {
in zink_descriptors_update_lazy_masked()
argument
603
uint8_t
changed_sets
= pg->dd->binding_usage & dd_lazy(ctx)->state_changed[is_compute];
in zink_descriptors_update_lazy()
local
488
populate_sets(struct zink_context *ctx, struct zink_batch_descriptor_data_lazy *bdd, struct zink_program *pg, uint8_t *
changed_sets
, VkDescriptorSet *sets)
populate_sets()
argument
Completed in 2 milliseconds