Home
last modified time | relevance | path

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

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