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:vi_attrs
(Results
1 - 1
of
1
) sorted by relevance
/third_party/glfw/tests/
H
A
D
triangle-vulkan.c
197
VkVertexInputAttributeDescription
vi_attrs
[2];
member
1092
demo->vertices.vi.pVertexAttributeDescriptions = demo->vertices.
vi_attrs
;
in demo_prepare_vertices()
1098
demo->vertices.
vi_attrs
[0].binding = VERTEX_BUFFER_BIND_ID;
in demo_prepare_vertices()
1099
demo->vertices.
vi_attrs
[0].location = 0;
in demo_prepare_vertices()
1100
demo->vertices.
vi_attrs
[0].format = VK_FORMAT_R32G32B32_SFLOAT;
in demo_prepare_vertices()
1101
demo->vertices.
vi_attrs
[0].offset = 0;
in demo_prepare_vertices()
1103
demo->vertices.
vi_attrs
[1].binding = VERTEX_BUFFER_BIND_ID;
in demo_prepare_vertices()
1104
demo->vertices.
vi_attrs
[1].location = 1;
in demo_prepare_vertices()
1105
demo->vertices.
vi_attrs
[1].format = VK_FORMAT_R32G32_SFLOAT;
in demo_prepare_vertices()
1106
demo->vertices.
vi_attrs
[
in demo_prepare_vertices()
[all...]
Completed in 3 milliseconds