Searched defs:pPipe (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp2269 static bool validate_draw_state_flags(layer_data *dev_data, GLOBAL_CB_NODE *pCB, const PIPELINE_STATE *pPipe, bool indexedDraw) { argument
2271 if (pPipe->graphicsPipelineCI.pInputAssemblyState &&
2272 ((pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_LIST) ||
2273 (pPipe->graphicsPipelineCI.pInputAssemblyState->topology == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP))) {
2277 if (pPipe->graphicsPipelineCI.pRasterizationState &&
2278 (pPipe->graphicsPipelineCI.pRasterizationState->depthBiasEnable == VK_TRUE)) {
2282 if (pPipe->blendConstantsEnabled) {
2286 if (pPipe->graphicsPipelineCI.pDepthStencilState &&
2287 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) {
2291 if (pPipe
3142 PIPELINE_STATE *pPipe = state.pipeline_state; local
4113 set_cb_pso_status(GLOBAL_CB_NODE *pCB, const PIPELINE_STATE *pPipe) argument
6578 set_pipeline_state(PIPELINE_STATE *pPipe) argument
[all...]

Completed in 145 milliseconds