Searched refs:gfx_pipeline_info (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp442 for (unsigned i = 0; i < (is_compute() ? 1 : gfx_pipeline_info.stageCount); i++) {
549 stage_info = &stages[gfx_pipeline_info.stageCount++];
590 return gfx_pipeline_info.stageCount == 0;
762 gfx_pipeline_info.sType = VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO;
763 gfx_pipeline_info.pNext = NULL;
764 gfx_pipeline_info.flags = VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR;
765 gfx_pipeline_info.pVertexInputState = &vs_input;
766 gfx_pipeline_info.pInputAssemblyState = &assembly_state;
767 gfx_pipeline_info.pTessellationState = &tess_state;
768 gfx_pipeline_info
[all...]
H A Dhelpers.h128 VkGraphicsPipelineCreateInfo gfx_pipeline_info; member in class:PipelineBuilder

Completed in 4 milliseconds