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:vtx_binding
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/
H
A
D
test_hard_clause.cpp
29
static void create_mubuf(Temp desc=Temp(0, s8), unsigned
vtx_binding
=0)
in create_mubuf()
argument
36
.
vtx_binding
=
vtx_binding
;
in create_mubuf()
45
static void create_mtbuf(Temp desc=Temp(0, s8), unsigned
vtx_binding
=0)
in create_mtbuf()
argument
53
.
vtx_binding
=
vtx_binding
;
in create_mtbuf()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_ir.cpp
888
a->isMUBUF() ? a->mubuf().
vtx_binding
: (a->isMTBUF() ? a->mtbuf().
vtx_binding
: 0);
890
b->isMUBUF() ? b->mubuf().
vtx_binding
: (b->isMTBUF() ? b->mtbuf().
vtx_binding
: 0);
H
A
D
aco_ir.h
1575
uint16_t
vtx_binding
: 6; /* 0 if this is not a vertex attribute load */
1599
uint16_t
vtx_binding
: 6; /* 0 if this is not a vertex attribute load */
H
A
D
aco_instruction_selection.cpp
5638
mubuf->mubuf().
vtx_binding
= attrib_binding + 1;
5643
mtbuf->mtbuf().
vtx_binding
= attrib_binding + 1;
Completed in 19 milliseconds