• Home
  • Raw
  • Download

Lines Matching refs:GraphicsState

243 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo,  in GraphicsState()  function in vk::GraphicsState
523 bool GraphicsState::isDrawPoint(bool polygonModeAware) const in isDrawPoint()
542 bool GraphicsState::isDrawLine(bool polygonModeAware) const in isDrawLine()
561 bool GraphicsState::isDrawTriangle(bool polygonModeAware) const in isDrawTriangle()
579 bool GraphicsState::depthWriteActive(const Attachments &attachments) const in depthWriteActive()
586 bool GraphicsState::depthBufferActive(const Attachments &attachments) const in depthBufferActive()
591 bool GraphicsState::stencilActive(const Attachments &attachments) const in stencilActive()
596 const GraphicsState GraphicsState::combineStates(const DynamicState &dynamicState) const in combineStates()
598 GraphicsState combinedState = *this; in combineStates()
654 BlendState GraphicsState::getBlendState(int index, const Attachments &attachments, bool fragmentCon… in getBlendState()
669 bool GraphicsState::alphaBlendActive(int index, const Attachments &attachments, bool fragmentContai… in alphaBlendActive()
691 VkBlendFactor GraphicsState::sourceBlendFactor(int index) const in sourceBlendFactor()
714 VkBlendFactor GraphicsState::destBlendFactor(int index) const in destBlendFactor()
737 VkBlendOp GraphicsState::blendOperation(int index, const Attachments &attachments) const in blendOperation()
851 VkBlendFactor GraphicsState::sourceBlendFactorAlpha(int index) const in sourceBlendFactorAlpha()
872 VkBlendFactor GraphicsState::destBlendFactorAlpha(int index) const in destBlendFactorAlpha()
893 VkBlendOp GraphicsState::blendOperationAlpha(int index, const Attachments &attachments) const in blendOperationAlpha()
1005 bool GraphicsState::colorWriteActive(const Attachments &attachments) const in colorWriteActive()
1018 int GraphicsState::colorWriteActive(int index, const Attachments &attachments) const in colorWriteActive()