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_stages
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_ff.h
65
nine_ff_get_projected_key(struct nine_context *context, unsigned
num_stages
)
in nine_ff_get_projected_key()
argument
69
int8_t input_texture_coord[
num_stages
];
in nine_ff_get_projected_key()
77
if (s <
num_stages
)
in nine_ff_get_projected_key()
83
for (s = 0; s <
num_stages
; ++s) {
in nine_ff_get_projected_key()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_pipeline.c
361
uint32_t
num_stages
= 0;
in zink_create_gfx_pipeline()
local
371
shader_stages[
num_stages
++] = stage;
in zink_create_gfx_pipeline()
373
assert(
num_stages
> 0);
in zink_create_gfx_pipeline()
376
pci.stageCount =
num_stages
;
in zink_create_gfx_pipeline()
H
A
D
zink_descriptors.c
1287
unsigned
num_stages
= is_compute ? 1 : ZINK_SHADER_COUNT;
in update_push_ubo_descriptors()
local
1294
for (int i = 0; i <
num_stages
; i++) {
in update_push_ubo_descriptors()
1337
VKSCR(UpdateDescriptorSets)(screen->dev,
num_stages
+ !!fbfetch, wds, 0, NULL);
in update_push_ubo_descriptors()
1338
return
num_stages
;
in update_push_ubo_descriptors()
1374
unsigned
num_stages
= pg->is_compute ? 1 : ZINK_SHADER_COUNT;
in update_descriptors_internal()
local
1400
for (int i = 0; i <
num_stages
; i++) {
in update_descriptors_internal()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_copy.c
3381
uint32_t
num_stages
= gs_nir ? 3 : 2;
in create_pipeline()
local
3413
.stageCount =
num_stages
,
in create_pipeline()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
2505
const unsigned
num_stages
=
in cmd_buffer_alloc_push_constants()
local
2507
unsigned size_per_stage = push_constant_kb /
num_stages
;
in cmd_buffer_alloc_push_constants()
Completed in 25 milliseconds