Home
last modified time | relevance | path

Searched refs:isDrawLine (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.cpp65 state.isDrawLine = pipelineState.isDrawLine(true); in update()
78 …!(pipelineState.isDrawLine(true) && (pipelineState.getLineRasterizationMode() == VK_LINE_RASTERIZA… in update()
DSetupProcessor.hpp49 bool isDrawLine : 1; member
DPixelProcessor.cpp139 …!(pipelineState.isDrawLine(true) && (pipelineState.getLineRasterizationMode() == VK_LINE_RASTERIZA… in update()
DContext.hpp178 bool isDrawLine(bool polygonModeAware) const;
DContext.cpp542 bool GraphicsState::isDrawLine(bool polygonModeAware) const in isDrawLine() function in vk::GraphicsState
DRenderer.cpp248 else if(pipelineState.isDrawLine(false)) in draw()
/external/swiftshader/src/Renderer/
DSetupProcessor.hpp43 bool isDrawLine : 1; member
DSetupProcessor.cpp77 state.isDrawLine = context->isDrawLine(true); in update()
DContext.hpp291 bool isDrawLine(bool fillModeAware = false) const;
DContext.cpp110 bool Context::isDrawLine(bool fillModeAware) const in isDrawLine() function in sw::Context
DRenderer.cpp313 else if(context->isDrawLine()) in draw()
/external/swiftshader/src/Shader/
DSetupRoutine.cpp51 const bool line = state.isDrawLine; in generate()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp47 const bool line = state.isDrawLine; in generate()