Home
last modified time | relevance | path

Searched refs:yWrite (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp206 state.output[i].yWrite = bytecodeShader->getOutput(i, 1).active(); in LLVMFuzzerTestOneInput()
/external/swiftshader/src/Renderer/
DVertexProcessor.cpp1025 state.output[i].yWrite = context->vertexShader->getOutput(i, 1).active(); in update()
1059 state.output[Pts].yWrite = true; in update()
1084 state.output[Pts].yWrite = true; in update()
DVertexProcessor.hpp119 unsigned char yWrite : 1; member