Home
last modified time | relevance | path

Searched refs:stage_count (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c456 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 Dv3dv_pipeline.c2113 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 Dengine_vulkan.cc395 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 Danv_pipeline.c1758 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 Dmain.cpp1237 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 Dradv_pipeline_rt.c47 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 Dradv_pipeline.c203 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 Dradv_private.h2214 unsigned stage_count;
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c119 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 Dtu_pipeline.c74 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 42 milliseconds