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:PAN_INSTANCE_ID
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_pipeline.c
873
if (vs->attribute_count >=
PAN_INSTANCE_ID
) {
in panvk_pipeline_builder_parse_vertex_input()
875
attribs->buf[attribs->buf_count].special_id =
PAN_INSTANCE_ID
;
in panvk_pipeline_builder_parse_vertex_input()
876
attribs->attrib[
PAN_INSTANCE_ID
].buf = attribs->buf_count++;
in panvk_pipeline_builder_parse_vertex_input()
877
attribs->attrib[
PAN_INSTANCE_ID
].format = PIPE_FORMAT_R32_UINT;
in panvk_pipeline_builder_parse_vertex_input()
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_shader.c
231
info->attribute_count = MAX2(info->attribute_count,
PAN_INSTANCE_ID
+ 1);
in pan_shader_compile()
H
A
D
pan_indirect_draw.c
618
IF (nir_ieq_imm(b, attrib_idx,
PAN_INSTANCE_ID
)) {
in update_vertex_attribs()
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_ir.h
126
PAN_INSTANCE_ID
= 17,
enumerator
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_cmdstream.c
2166
pan_pack(out +
PAN_INSTANCE_ID
, ATTRIBUTE, cfg) {
in panfrost_emit_vertex_data()
2168
cfg.format = so->formats[
PAN_INSTANCE_ID
];
in panfrost_emit_vertex_data()
4273
so->formats[
PAN_INSTANCE_ID
] = dev->formats[PIPE_FORMAT_R32_UINT].hw;
in panfrost_create_vertex_elements_state()
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_compile.c
1689
return
PAN_INSTANCE_ID
;
in vertex_builtin_arg()
Completed in 19 milliseconds