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:stage_count
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_clear.c
456
uint32_t
stage_count
= 0;
in create_pipeline()
local
457
stages[
stage_count
].sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO;
in create_pipeline()
458
stages[
stage_count
].stage = VK_SHADER_STAGE_VERTEX_BIT;
in create_pipeline()
459
stages[
stage_count
].module = vk_shader_module_to_handle(&vs_m);
in create_pipeline()
460
stages[
stage_count
].pName = "main";
in create_pipeline()
461
stage_count
++;
in create_pipeline()
465
stages[
stage_count
].sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO;
in create_pipeline()
466
stages[
stage_count
].stage = VK_SHADER_STAGE_GEOMETRY_BIT;
in create_pipeline()
467
stages[
stage_count
].module = vk_shader_module_to_handle(&gs_m);
in create_pipeline()
468
stages[
stage_count
]
in create_pipeline()
[all...]
H
A
D
v3dv_pipeline.c
2113
uint32_t
stage_count
,
in write_creation_feedback()
2124
assert(
stage_count
== create_feedback->pipelineStageCreationFeedbackCount);
in write_creation_feedback()
2126
for (uint32_t i = 0; i <
stage_count
; i++) {
in write_creation_feedback()
2110
write_creation_feedback(struct v3dv_pipeline *pipeline, const void *next, const VkPipelineCreationFeedback *pipeline_feedback, uint32_t
stage_count
, const VkPipelineShaderStageCreateInfo *stages)
write_creation_feedback()
argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H
A
D
engine_vulkan.cc
395
uint32_t
stage_count
= 0;
in GetVkShaderStageInfo()
local
402
stage_info[
stage_count
] = VkPipelineShaderStageCreateInfo();
in GetVkShaderStageInfo()
403
stage_info[
stage_count
].sType =
in GetVkShaderStageInfo()
405
stage_info[
stage_count
].flags = it.second.create_flags;
in GetVkShaderStageInfo()
406
stage_info[
stage_count
].stage = stage;
in GetVkShaderStageInfo()
407
stage_info[
stage_count
].module = it.second.shader;
in GetVkShaderStageInfo()
408
stage_info[
stage_count
].pName = nullptr;
in GetVkShaderStageInfo()
411
stage_info[
stage_count
].pSpecializationInfo =
in GetVkShaderStageInfo()
423
stage_info[
stage_count
].pNext = pSubgroupSize;
in GetVkShaderStageInfo()
425
++
stage_count
;
in GetVkShaderStageInfo()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_pipeline.c
1758
uint32_t
stage_count
= create_feedback->pipelineStageCreationFeedbackCount;
in anv_graphics_pipeline_compile()
local
1759
assert(
stage_count
== 0 || info->stageCount ==
stage_count
);
in anv_graphics_pipeline_compile()
1760
for (uint32_t i = 0; i <
stage_count
; i++) {
in anv_graphics_pipeline_compile()
2674
uint32_t
stage_count
= create_feedback->pipelineStageCreationFeedbackCount;
in anv_pipeline_compile_ray_tracing()
local
2675
assert(
stage_count
== 0 || info->stageCount ==
stage_count
);
in anv_pipeline_compile_ray_tracing()
2676
for (uint32_t i = 0; i <
stage_count
; i++) {
in anv_pipeline_compile_ray_tracing()
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
main.cpp
1237
uint32_t
stage_count
= 0;
in compile_iteration()
local
1242
stage_count
++;
in compile_iteration()
1247
if (
stage_count
== 0)
in compile_iteration()
1252
else if (
stage_count
> 1)
in compile_iteration()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline_rt.c
47
total_stages += library_pipeline->
stage_count
;
in radv_create_merged_rt_create_info()
74
for (unsigned j = 0; j < library_pipeline->
stage_count
; ++j)
in radv_create_merged_rt_create_info()
88
total_stages += library_pipeline->
stage_count
;
in radv_create_merged_rt_create_info()
116
pipeline->
stage_count
= local_create_info.stageCount;
in radv_rt_pipeline_library_create()
H
A
D
radv_pipeline.c
203
for (uint32_t i = 0; i < library_pipeline->
stage_count
; i++) {
in radv_pipeline_destroy()
5002
uint32_t
stage_count
= creation_feedback->pipelineStageCreationFeedbackCount;
in radv_create_shaders()
local
5003
assert(
stage_count
== 0 || stageCount ==
stage_count
);
in radv_create_shaders()
5004
for (uint32_t i = 0; i <
stage_count
; i++) {
in radv_create_shaders()
H
A
D
radv_private.h
2214
unsigned
stage_count
;
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_pipeline.c
119
unsigned
stage_count
=
in panvk_pipeline_builder_compile_shaders()
local
122
for (uint32_t i = 0; i <
stage_count
; i++) {
in panvk_pipeline_builder_compile_shaders()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.c
74
unsigned
stage_count
= util_bitcount(stages);
in tu6_load_state_size()
local
96
count =
stage_count
;
in tu6_load_state_size()
102
count =
stage_count
* binding->array_size * 2;
in tu6_load_state_size()
Completed in 38 milliseconds