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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp443 VkPipelineShaderStageCreateInfo *stage_info = &stages[i]; local in function:PipelineBuilder::~PipelineBuilder
444 if (owned_stages & stage_info->stage)
445 DestroyShaderModule(device, stage_info->module, NULL);
545 VkPipelineShaderStageCreateInfo *stage_info; local in function:PipelineBuilder::add_stage
547 stage_info = &stages[0];
549 stage_info = &stages[gfx_pipeline_info.stageCount++];
550 stage_info->sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO;
551 stage_info->pNext = NULL;
552 stage_info->flags = 0;
553 stage_info
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_shader.c114 const VkPipelineShaderStageCreateInfo *stage_info,
118 tu_shader_module_from_handle(stage_info->module);
133 stage, stage_info->pName, stage_info->pSpecializationInfo);
112 tu_shader_create(struct tu_device * dev,gl_shader_stage stage,const VkPipelineShaderStageCreateInfo * stage_info,const VkAllocationCallbacks * alloc) argument
H A Dtu_pipeline.c1415 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; local in function:tu_pipeline_builder_compile_shaders
1416 if (!stage_info)
1420 tu_shader_create(builder->device, stage, stage_info, builder->alloc);
H A Dtu_private.h1037 const VkPipelineShaderStageCreateInfo *stage_info,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c439 const VkPipelineShaderStageCreateInfo *stage_info,
446 const struct panvk_shader_module *module = panvk_shader_module_from_handle(stage_info->module);
461 stage, stage_info->pName,
462 stage_info->pSpecializationInfo,
H A Dpanvk_private.h720 const VkPipelineShaderStageCreateInfo *stage_info,
1086 const VkPipelineShaderStageCreateInfo *stage_info,
H A Dpanvk_vX_pipeline.c124 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; local in function:panvk_pipeline_builder_compile_shaders
125 if (!stage_info)
130 shader = panvk_per_arch(shader_create)(builder->device, stage, stage_info,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_shader.c36 const VkPipelineShaderStageCreateInfo *stage_info,
95 const VkSpecializationInfo *spec_info = stage_info->pSpecializationInfo;
101 vk_shader_module_from_handle(stage_info->module);
105 spec, num_spec, stage, stage_info->pName,
35 tu_spirv_to_nir(struct tu_device * dev,const VkPipelineShaderStageCreateInfo * stage_info,gl_shader_stage stage) argument
H A Dtu_pipeline.c2334 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; local in function:tu_pipeline_builder_compile_shaders
2335 if (!stage_info)
2338 nir[stage] = tu_spirv_to_nir(builder->device, stage_info, stage);
3293 const VkPipelineShaderStageCreateInfo *stage_info = &pCreateInfo->stage; local in function:tu_compute_pipeline_create
3312 nir_shader *nir = tu_spirv_to_nir(dev, stage_info, MESA_SHADER_COMPUTE);
H A Dtu_private.h1151 const VkPipelineShaderStageCreateInfo *stage_info,

Completed in 22 milliseconds