Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.hpp433 struct GraphicsState struct
439 bool hasVertexInputInterfaceState() const in hasVertexInputInterfaceState()
443 bool hasPreRasterizationState() const in hasPreRasterizationState()
447 bool hasFragmentState() const in hasFragmentState()
451 bool hasFragmentOutputInterfaceState() const in hasFragmentOutputInterfaceState()
456 const VertexInputInterfaceState &getVertexInputInterfaceState() const in getVertexInputInterfaceState()
461 const PreRasterizationState &getPreRasterizationState() const in getPreRasterizationState()
466 const FragmentState &getFragmentState() const in getFragmentState()
471 const FragmentOutputInterfaceState &getFragmentOutputInterfaceState() const in getFragmentOutputInterfaceState()
480 VertexInputInterfaceState vertexInputInterfaceState;
[all …]
DContext.cpp1275 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState