HomeSort by: relevance | last modified time | path
    Searched refs:stage_info (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
helpers.cpp 443 VkPipelineShaderStageCreateInfo *stage_info = &stages[i]; local
444 if (owned_stages & stage_info->stage)
445 DestroyShaderModule(device, stage_info->module, NULL);
545 VkPipelineShaderStageCreateInfo *stage_info; local
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->stage = stage
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
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);
tu_pipeline.c 1415 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; local
1416 if (!stage_info)
1420 tu_shader_create(builder->device, stage, stage_info, builder->alloc);
tu_private.h 1037 const VkPipelineShaderStageCreateInfo *stage_info,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
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,
panvk_private.h 720 const VkPipelineShaderStageCreateInfo *stage_info,
1086 const VkPipelineShaderStageCreateInfo *stage_info,
panvk_vX_pipeline.c 124 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; local
125 if (!stage_info)
130 shader = panvk_per_arch(shader_create)(builder->device, stage, stage_info,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
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,
tu_pipeline.c 2334 const VkPipelineShaderStageCreateInfo *stage_info = stage_infos[stage]; local
2335 if (!stage_info)
2338 nir[stage] = tu_spirv_to_nir(builder->device, stage_info, stage);
3293 const VkPipelineShaderStageCreateInfo *stage_info = &pCreateInfo->stage; local
3312 nir_shader *nir = tu_spirv_to_nir(dev, stage_info, MESA_SHADER_COMPUTE);
tu_private.h 1151 const VkPipelineShaderStageCreateInfo *stage_info,

Completed in 15 milliseconds