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:binding_info
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/tint/src/inspector/
H
A
D
inspector.cc
377
auto
binding_info
= ruv.second;
in GetUniformBufferResourceBindings()
local
391
entry.bind_group =
binding_info
.group->value;
in GetUniformBufferResourceBindings()
392
entry.binding =
binding_info
.binding->value;
in GetUniformBufferResourceBindings()
424
auto
binding_info
= rs.second;
in GetSamplerResourceBindings()
local
428
entry.bind_group =
binding_info
.group->value;
in GetSamplerResourceBindings()
429
entry.binding =
binding_info
.binding->value;
in GetSamplerResourceBindings()
449
auto
binding_info
= rcs.second;
in GetComparisonSamplerResourceBindings()
local
453
entry.bind_group =
binding_info
.group->value;
in GetComparisonSamplerResourceBindings()
454
entry.binding =
binding_info
.binding->value;
in GetComparisonSamplerResourceBindings()
492
auto
binding_info
in GetTextureResourceBindings()
local
668
auto
binding_info
= rsv.second;
GetStorageBufferResourceBindingsImpl()
local
710
auto
binding_info
= ref.second;
GetSampledTextureResourceBindingsImpl()
local
749
auto
binding_info
= ref.second;
GetStorageTextureResourceBindingsImpl()
local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_descriptor_set.c
143
const VkDescriptorSetLayoutBinding *
binding_info
=
in vn_descriptor_set_layout_init()
local
146
&layout->bindings[
binding_info
->binding];
in vn_descriptor_set_layout_init()
148
if (
binding_info
->binding == last_binding) {
in vn_descriptor_set_layout_init()
169
binding->type =
binding_info
->descriptorType;
in vn_descriptor_set_layout_init()
170
binding->count =
binding_info
->descriptorCount;
in vn_descriptor_set_layout_init()
172
switch (
binding_info
->descriptorType) {
in vn_descriptor_set_layout_init()
175
binding->has_immutable_samplers =
binding_info
->pImmutableSamplers;
in vn_descriptor_set_layout_init()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_nir_apply_pipeline_layout.c
1394
struct
binding_info
{
struct
1403
const struct
binding_info
*a = _a, *b = _b;
in compare_binding_infos()
1477
struct
binding_info
*infos =
in anv_nir_apply_pipeline_layout()
1478
rzalloc_array(mem_ctx, struct
binding_info
, used_binding_count);
in anv_nir_apply_pipeline_layout()
1505
infos[used_binding_count++] = (struct
binding_info
) {
in anv_nir_apply_pipeline_layout()
1516
qsort(infos, used_binding_count, sizeof(struct
binding_info
),
in anv_nir_apply_pipeline_layout()
Completed in 6 milliseconds