Home
last modified time | relevance | path

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

/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp208 state.output[i].wWrite = bytecodeShader->getOutput(i, 3).active(); in LLVMFuzzerTestOneInput()
/external/swiftshader/src/Renderer/
DVertexProcessor.hpp121 unsigned char wWrite : 1; member
DVertexProcessor.cpp1027 state.output[i].wWrite = context->vertexShader->getOutput(i, 3).active(); in update()