Home
last modified time | relevance | path

Searched refs:pStages (Results 1 – 19 of 19) sorted by relevance

/external/vulkan-validation-layers/layers/
Dunique_objects.h506 if (pCreateInfos[idx0].pStages) { in explicit_CreateGraphicsPipelines()
508 if (pCreateInfos[idx0].pStages[idx1].module) { in explicit_CreateGraphicsPipelines()
509 local_pCreateInfos[idx0].pStages[idx1].module = in explicit_CreateGraphicsPipelines()
510 … (VkShaderModule)((VkUniqueObject *)pCreateInfos[idx0].pStages[idx1].module)->actualObject; in explicit_CreateGraphicsPipelines()
Dobject_tracker.h990 if (pCreateInfos[idx0].pStages) { in explicit_CreateGraphicsPipelines()
992 if (pCreateInfos[idx0].pStages[idx1].module) { in explicit_CreateGraphicsPipelines()
993 … skipCall |= validate_shader_module(device, pCreateInfos[idx0].pStages[idx1].module, in explicit_CreateGraphicsPipelines()
Dcore_validation.cpp2663 VkPipelineShaderStageCreateInfo const *pStage = &pCreateInfo->pStages[i]; in validate_pipeline_shaders()
3194 const VkPipelineShaderStageCreateInfo *pPSSCI = &pCreateInfo->pStages[i]; in initGraphicsPipeline()
3228 …pPipeline->graphicsPipelineCI.pStages = new VkPipelineShaderStageCreateInfo[pCreateInfo->stageCoun… in initGraphicsPipeline()
3230 memcpy((void *)pPipeline->graphicsPipelineCI.pStages, pCreateInfo->pStages, bufferSize); in initGraphicsPipeline()
3298 delete[](*ii).second->graphicsPipelineCI.pStages; in deletePipelines()
Dvk_validation_layer_details.md204 …7. For vkCreateGraphicsPipelines, correctly handle array of pCreateInfos and array of pStages with…
Dparameter_validation.cpp3223 pCreateInfos[i].pStages[j].pName); in PreCreateGraphicsPipelines()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp475 pipelineCreateInfo.pStages = shaderStageInfo; in Create()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1263 info.pStages = new VkPipelineShaderStageCreateInfo[info.stageCount]; in CreateVKPipeline()
1266 ((VkPipelineShaderStageCreateInfo *)info.pStages)[i] = in CreateVKPipeline()
Dlayer_validation_tests.cpp2927 gp_ci.pStages = shaderStages; in TEST_F()
3054 gp_ci.pStages = shaderStages; in TEST_F()
3200 gp_ci.pStages = shaderStages; in TEST_F()
3376 gp_ci.pStages = shaderStages; in TEST_F()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp354 pipeline_info.pStages = stage_info; in create_pipeline()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl773 const VkPipelineShaderStageCreateInfo* pStages; member
DvkStrUtilImpl.inl2428 s << "\tpStages = " << value.pStages << '\n';
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp1061 pStages = &m_shaders[0]; in addShader()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.cpp1062 pStages = &m_shaders[0]; in addShader()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp1069 pStages = &m_shaders[0]; in addShader()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp853 pipelineState.pStages = &shaderStageParams[0]; in generateWork()
/external/vulkan-validation-layers/demos/
Dtri.c1362 pipeline.pStages = shaderStages; in demo_prepare_pipeline()
Dcube.c1622 pipeline.pStages = shaderStages; in demo_prepare_pipeline()
/external/skia/third_party/vulkan/
Dvulkan.h1824 const VkPipelineShaderStageCreateInfo* pStages; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1833 const VkPipelineShaderStageCreateInfo* pStages; member