/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 104 if (pipeline->graphics_create_info.pStages[i].pSpecializationInfo) in lvp_DestroyPipeline() 105 free((void *)pipeline->graphics_create_info.pStages[i].pSpecializationInfo); in lvp_DestroyPipeline() 107 free((void *)pipeline->graphics_create_info.pStages); in lvp_DestroyPipeline() 297 result = deep_copy_shader_stage(&stages[i], &src->pStages[i]); in deep_copy_graphics_create_info() 301 dst->pStages = stages; in deep_copy_graphics_create_info() 761 pCreateInfo->pStages[i].module); in lvp_graphics_pipeline_init() 762 gl_shader_stage stage = lvp_shader_stage(pCreateInfo->pStages[i].stage); in lvp_graphics_pipeline_init() 764 pCreateInfo->pStages[i].pName, in lvp_graphics_pipeline_init() 766 pCreateInfo->pStages[i].pSpecializationInfo); in lvp_graphics_pipeline_init() 784 gl_shader_stage stage = lvp_shader_stage(pCreateInfo->pStages[i].stage); in lvp_graphics_pipeline_init()
|
/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 224 …for(auto pStage = pCreateInfo->pStages; pStage != pCreateInfo->pStages + pCreateInfo->stageCount; … in compileShaders()
|
/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 484 return createInfo.pStages[stage].module; in GetShaderModule() 487 createInfo->pStages[stage].module = shader_module; in SetShaderModule() 510 return createInfo.pStages[stage].module; in GetShaderModule() 513 createInfo->pStages[stage].module = shader_module; in SetShaderModule() 624 … shader_state = GetShaderModuleState(pipeline_state->graphicsPipelineCI.pStages[stage].module); in GpuPostCallRecordPipelineCreations() 629 … shader_state = GetShaderModuleState(pipeline_state->raytracingPipelineCI.pStages[stage].module); in GpuPostCallRecordPipelineCreations() 652 shader_module = pipeline_state->graphicsPipelineCI.pStages[stage].module; in GpuPostCallRecordPipelineCreations() 657 shader_module = pipeline_state->raytracingPipelineCI.pStages[stage].module; in GpuPostCallRecordPipelineCreations()
|
D | parameter_validation_utils.cpp | 955 active_shaders |= pCreateInfos[i].pStages->stage; in manual_PreCallValidateCreateGraphicsPipelines() 1171 if (pCreateInfos[i].pStages != nullptr) { in manual_PreCallValidateCreateGraphicsPipelines() 1176 … if (pCreateInfos[i].pStages[stage_index].stage == VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) { in manual_PreCallValidateCreateGraphicsPipelines() 1178 …} else if (pCreateInfos[i].pStages[stage_index].stage == VK_SHADER_STAGE_TESSELLATION_EVALUATION_B… in manual_PreCallValidateCreateGraphicsPipelines() 2013 … "VUID-VkGraphicsPipelineCreateInfo-pStages-parameter", pCreateInfos[i].pStages[j].pName); in manual_PreCallValidateCreateGraphicsPipelines()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCopyPipeline.cpp | 160 pipelineCreateInfo.pStages = shaderStageInfo; in Create()
|
D | GrVkPipeline.cpp | 544 pipelineCreateInfo.pStages = shaderStageInfo; in Create()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 97 if (pCreateInfo->pStages[i].stage == VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT || in radv_pipeline_get_tessellation_state() 98 pCreateInfo->pStages[i].stage == VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) { in radv_pipeline_get_tessellation_state() 2730 const VkPipelineShaderStageCreateInfo **pStages, in radv_fill_shader_info() argument 2844 radv_get_wave_size(pipeline->device, pStages[i], in radv_fill_shader_info() 2848 pStages[i], i, in radv_fill_shader_info() 3043 const VkPipelineShaderStageCreateInfo **pStages, in radv_create_shaders() argument 3064 if (pStages[i]) { in radv_create_shaders() 3065 modules[i] = radv_shader_module_from_handle(pStages[i]->module); in radv_create_shaders() 3075 radv_hash_shaders(hash, pStages, pipeline->layout, key, get_hash_flags(device)); in radv_create_shaders() 3109 const VkPipelineShaderStageCreateInfo *stage = pStages[i]; in radv_create_shaders() [all …]
|
D | radv_meta_fast_clear.c | 339 .pStages = stages, in create_pipeline() 385 .pStages = stages, in create_pipeline() 431 .pStages = stages, in create_pipeline()
|
D | radv_shader.h | 445 const VkPipelineShaderStageCreateInfo **pStages,
|
D | radv_meta_blit2d.c | 853 .pStages = pipeline_shader_stages, in blit2d_init_color_pipeline() 1044 .pStages = pipeline_shader_stages, in blit2d_init_depth_only_pipeline() 1234 .pStages = pipeline_shader_stages, in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_decompress.c | 172 .pStages = (VkPipelineShaderStageCreateInfo[]) { in create_pipeline()
|
D | radv_meta_resolve_fs.c | 262 .pStages = pipeline_shader_stages, in create_resolve_pipeline() 631 .pStages = pipeline_shader_stages, in create_depth_stencil_resolve_pipeline()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_pipeline.c | 166 pci.pStages = shader_stages; in zink_create_gfx_pipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 349 const VkPipelineShaderStageCreateInfo* pStages, in fill() argument 357 outCreateInfo->pStages = pStages; in fill()
|
/external/vulkan-validation-layers/layers/generated/ |
D | parameter_validation.cpp | 3097 … pCreateInfos[createInfoIndex].stageCount, pCreateInfos[createInfoIndex].pStages, VK_STRUCTURE_TYP… in PreCallValidateCreateGraphicsPipelines() 3099 if (pCreateInfos[createInfoIndex].pStages != NULL) in PreCallValidateCreateGraphicsPipelines() 3105 …erStageRequiredSubgroupSizeCreateInfoEXT", pCreateInfos[createInfoIndex].pStages[stageIndex].pNext… in PreCallValidateCreateGraphicsPipelines() 3107 …", AllVkPipelineShaderStageCreateFlagBits, pCreateInfos[createInfoIndex].pStages[stageIndex].flags… in PreCallValidateCreateGraphicsPipelines() 3109 …rStageFlagBits", AllVkShaderStageFlagBits, pCreateInfos[createInfoIndex].pStages[stageIndex].stage… in PreCallValidateCreateGraphicsPipelines() 3111 …dexVector{ createInfoIndex, stageIndex }), pCreateInfos[createInfoIndex].pStages[stageIndex].modul… in PreCallValidateCreateGraphicsPipelines() 3113 …dexVector{ createInfoIndex, stageIndex }), pCreateInfos[createInfoIndex].pStages[stageIndex].pName… in PreCallValidateCreateGraphicsPipelines() 3115 … if (pCreateInfos[createInfoIndex].pStages[stageIndex].pSpecializationInfo != NULL) in PreCallValidateCreateGraphicsPipelines() 3117 …CreateInfos[createInfoIndex].pStages[stageIndex].pSpecializationInfo->mapEntryCount, &pCreateInfos… in PreCallValidateCreateGraphicsPipelines() 3119 … if (pCreateInfos[createInfoIndex].pStages[stageIndex].pSpecializationInfo->pMapEntries != NULL) in PreCallValidateCreateGraphicsPipelines() [all …]
|
/external/mesa3d/include/vulkan/ |
D | vulkan_beta.h | 157 const VkPipelineShaderStageCreateInfo* pStages; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_beta.h | 157 const VkPipelineShaderStageCreateInfo* pStages; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_beta.h | 157 const VkPipelineShaderStageCreateInfo* pStages; member
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 1285 const VkPipelineShaderStageCreateInfo *sinfo = &info->pStages[i]; in anv_pipeline_compile_graphics() 1630 gl_shader_stage s = vk_to_mesa_shader_stage(info->pStages[i].stage); in anv_pipeline_compile_graphics() 1917 const VkPipelineShaderStageCreateInfo *sinfo = &pCreateInfo->pStages[i]; in copy_non_dynamic_state() 2090 switch (info->pStages[i].stage) { in anv_pipeline_validate_create_info()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 1964 if (pipeline_info->pStages[i].stage == VK_SHADER_STAGE_GEOMETRY_BIT) { in tu_pipeline_shader_key_init() 2038 vk_to_mesa_shader_stage(builder->create_info->pStages[i].stage); in tu_pipeline_builder_compile_shaders() 2039 stage_infos[stage] = &builder->create_info->pStages[i]; in tu_pipeline_builder_compile_shaders() 2267 stages |= builder->create_info->pStages[i].stage; in tu_pipeline_builder_parse_shader_stages()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 568 pipelineCreateInfo.pStages = shaderStageInfo; in Make()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 291 pipelineCreateInfo.pStages = shaderStages.data(); in createGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 291 const VkPipelineShaderStageCreateInfo* pStages) in makeGraphicsPipeline() argument 428 pStages, // const VkPipelineShaderStageCreateInfo* pStages; in makeGraphicsPipeline()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 1583 gp_ci_.pStages = shader_stages_.data(); in LateBindPipelineInfo() 1817 rp_ci_.pStages = shader_stages_.data(); in InitNVRayTracingPipelineInfo() 1854 rp_ci_.pStages = shader_stages_.data(); in LateBindPipelineInfo()
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.cc | 617 pipeline_info.pStages = shader_stage_info.data(); in CreateVkGraphicsPipeline()
|