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:bindings_valid
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_graphics_state.c
236
vi->
bindings_valid
|= BITFIELD_BIT(b);
in vk_vertex_input_state_init()
248
assert(vi->
bindings_valid
& BITFIELD_BIT(desc->binding));
in vk_vertex_input_state_init()
266
assert(vi->
bindings_valid
& BITFIELD_BIT(desc->binding));
in vk_vertex_input_state_init()
284
if (vi->
bindings_valid
& BITFIELD_BIT(b))
in vk_dynamic_graphics_state_init_vi()
1523
COPY_MEMBER(VI, vi->
bindings_valid
);
in vk_dynamic_graphics_state_copy()
1524
u_foreach_bit(b, src->vi->
bindings_valid
) {
in vk_dynamic_graphics_state_copy()
1665
uint32_t
bindings_valid
= 0;
in vk_common_CmdSetVertexInputEXT()
local
1675
bindings_valid
|= BITFIELD_BIT(b);
in vk_common_CmdSetVertexInputEXT()
1684
SET_DYN_VALUE(dyn, VI, vi->
bindings_valid
,
bindings_valid
);
in vk_common_CmdSetVertexInputEXT()
[all...]
H
A
D
vk_graphics_state.h
121
uint32_t
bindings_valid
;
member
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_pipeline.c
2101
u_foreach_bit(b, state->vi->
bindings_valid
) {
in anv_graphics_pipeline_init()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
892
u_foreach_bit(b, ps->vi->
bindings_valid
)
in handle_graphics_pipeline()
Completed in 16 milliseconds