| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 443 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 D | tu_shader.c | 114 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 D | tu_pipeline.c | 1415 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 D | tu_private.h | 1037 const VkPipelineShaderStageCreateInfo *stage_info,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 439 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 D | panvk_private.h | 720 const VkPipelineShaderStageCreateInfo *stage_info, 1086 const VkPipelineShaderStageCreateInfo *stage_info,
|
| H A D | panvk_vX_pipeline.c | 124 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 D | tu_shader.c | 36 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 D | tu_pipeline.c | 2334 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 D | tu_private.h | 1151 const VkPipelineShaderStageCreateInfo *stage_info,
|