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:per_instance
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_cs.c
173
cfg.stride = buf_info->
per_instance
? 0 : buf_info->stride;
in panvk_emit_attrib_buf()
177
} else if (!buf_info->
per_instance
) {
in panvk_emit_attrib_buf()
283
if (buf_info->
per_instance
)
in panvk_emit_attrib()
H
A
D
panvk_private.h
656
bool
per_instance
;
H
A
D
panvk_vX_pipeline.c
835
attribs->buf[desc->binding].
per_instance
=
in panvk_pipeline_builder_parse_vertex_input()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_pipeline.c
186
bool
per_instance
= pipeline->vb[binding].instanced;
in emit_vertex_input()
local
190
vfi.InstancingEnable =
per_instance
;
in emit_vertex_input()
192
vfi.InstanceDataStepRate =
per_instance
? divisor : 1;
in emit_vertex_input()
H
A
D
genX_cmd_buffer.c
3836
bool
per_instance
= pipeline->vb[vb].instanced;
in cmd_buffer_flush_state()
local
3847
.BufferAccessType =
per_instance
? INSTANCEDATA : VERTEXDATA,
in cmd_buffer_flush_state()
3848
.InstanceDataStepRate =
per_instance
? divisor : 1,
in cmd_buffer_flush_state()
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_cross_c.h
321
spvc_bool
per_instance
;
member
Completed in 24 milliseconds