Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.hpp134 struct GraphicsState struct
140 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout()
141 inline bool getRobustBufferAccess() const { return robustBufferAccess; } in getRobustBufferAccess()
142 inline VkPrimitiveTopology getTopology() const { return topology; } in getTopology()
144 inline VkProvokingVertexModeEXT getProvokingVertexMode() const { return provokingVertexMode; } in getProvokingVertexMode()
146 inline VkStencilOpState getFrontStencil() const { return frontStencil; } in getFrontStencil()
147 inline VkStencilOpState getBackStencil() const { return backStencil; } in getBackStencil()
150 inline VkCullModeFlags getCullMode() const { return cullMode; } in getCullMode()
151 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()
152 inline VkPolygonMode getPolygonMode() const { return polygonMode; } in getPolygonMode()
[all …]
DContext.cpp243 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState