Lines Matching defs:GraphicsState
443 struct GraphicsState struct
449 bool hasVertexInputInterfaceState() const in hasVertexInputInterfaceState()
453 bool hasPreRasterizationState() const in hasPreRasterizationState()
457 bool hasFragmentState() const in hasFragmentState()
461 bool hasFragmentOutputInterfaceState() const in hasFragmentOutputInterfaceState()
466 const VertexInputInterfaceState &getVertexInputInterfaceState() const in getVertexInputInterfaceState()
471 const PreRasterizationState &getPreRasterizationState() const in getPreRasterizationState()
476 const FragmentState &getFragmentState() const in getFragmentState()
481 const FragmentOutputInterfaceState &getFragmentOutputInterfaceState() const in getFragmentOutputInterfaceState()
490 VertexInputInterfaceState vertexInputInterfaceState;
491 PreRasterizationState preRasterizationState;
492 FragmentState fragmentState;
493 FragmentOutputInterfaceState fragmentOutputInterfaceState;
495 VkGraphicsPipelineLibraryFlagsEXT validSubset = 0;