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:attrib_binding
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/mesa/program/
H
A
D
program_parser.h
45
unsigned
attrib_binding
;
member
H
A
D
program_parse.y
765
set_src_reg(& $$, PROGRAM_INPUT, s->
attrib_binding
);
997
s->
attrib_binding
= $4;
998
state->InputsBound |= BITFIELD64_BIT(s->
attrib_binding
);
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_nir_to_llvm.c
431
unsigned
attrib_binding
= ctx->options->key.vs.vertex_attribute_bindings[attrib_index];
in load_vs_input()
local
436
ctx->shader_info->vs.use_per_attribute_vb_descs ? attrib_index :
attrib_binding
;
in load_vs_input()
H
A
D
radv_pipeline.c
1482
radv_get_attrib_stride(const VkPipelineVertexInputStateCreateInfo *vi, uint32_t
attrib_binding
)
in radv_get_attrib_stride()
argument
1487
if (input_binding->binding ==
attrib_binding
)
in radv_get_attrib_stride()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_instruction_selection.cpp
5496
unsigned
attrib_binding
= ctx->options->key.vs.vertex_attribute_bindings[location];
5500
unsigned binding_align = ctx->options->key.vs.vertex_binding_align[
attrib_binding
];
5510
ctx->program->info.vs.use_per_attribute_vb_descs ? location :
attrib_binding
;
5638
mubuf->mubuf().vtx_binding =
attrib_binding
+ 1;
5643
mtbuf->mtbuf().vtx_binding =
attrib_binding
+ 1;
Completed in 29 milliseconds