Home
last modified time | relevance | path

Searched defs:GraphicsState (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DContext.hpp408 struct GraphicsState struct
414 bool hasVertexInputInterfaceState() const in hasVertexInputInterfaceState()
418 bool hasPreRasterizationState() const in hasPreRasterizationState()
422 bool hasFragmentState() const in hasFragmentState()
426 bool hasFragmentOutputInterfaceState() const in hasFragmentOutputInterfaceState()
431 const VertexInputInterfaceState &getVertexInputInterfaceState() const in getVertexInputInterfaceState()
436 const PreRasterizationState &getPreRasterizationState() const in getPreRasterizationState()
441 const FragmentState &getFragmentState() const in getFragmentState()
446 const FragmentOutputInterfaceState &getFragmentOutputInterfaceState() const in getFragmentOutputInterfaceState()
455 VertexInputInterfaceState vertexInputInterfaceState;
[all …]
DContext.cpp1215 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState