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:num_imgs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_descriptor_set.c
156
img_idx += set_layout->
num_imgs
;
in panvk_CreatePipelineLayout()
187
layout->
num_imgs
= img_idx;
in panvk_CreatePipelineLayout()
H
A
D
panvk_vX_cmd_buffer.c
548
unsigned size = layout->
num_imgs
* pan_size(ATTRIBUTE_BUFFER) * 2;
in panvk_fill_non_vs_attribs()
553
for (unsigned i = 0; i < layout->
num_imgs
; i++) {
in panvk_fill_non_vs_attribs()
573
unsigned attrib_count = pipeline->layout->
num_imgs
;
in panvk_prepare_non_vs_attribs()
574
unsigned attrib_buf_count = (pipeline->layout->
num_imgs
* 2);
in panvk_prepare_non_vs_attribs()
597
unsigned
num_imgs
=
in panvk_draw_prepare_vs_attribs()
local
599
pipeline->layout->
num_imgs
: 0;
in panvk_draw_prepare_vs_attribs()
600
unsigned attrib_count = pipeline->attribs.attrib_count +
num_imgs
;
in panvk_draw_prepare_vs_attribs()
H
A
D
panvk_vX_descriptor_set.c
218
set_layout->
num_imgs
= img_idx;
in CreateDescriptorSetLayout()
291
if (layout->
num_imgs
) {
in descriptor_set_create()
294
sizeof(*set->img_fmts) * layout->
num_imgs
,
in descriptor_set_create()
301
pan_size(ATTRIBUTE_BUFFER) * 2 * layout->
num_imgs
,
in descriptor_set_create()
H
A
D
panvk_private.h
384
unsigned
num_imgs
;
415
uint32_t
num_imgs
;
H
A
D
panvk_vX_shader.c
386
shader->info.attribute_count += layout->
num_imgs
;
in shader_create()
H
A
D
panvk_cmd_buffer.c
176
if (set->layout->
num_imgs
) {
in panvk_CmdBindDescriptorSets()
Completed in 8 milliseconds