Searched refs:depth_stencil_write (Results 1 – 1 of 1) sorted by relevance
210 u32 depth_stencil_write = 0; in MakeCommand() local214 …m_RenderState.depthTest.isEnableWrite ) { depth_stencil_read |= 2; depth_stencil_write |= 2; } in MakeCommand()220 …m_RenderState.stencilTest.isEnableWrite ) { depth_stencil_read |= 1; depth_stencil_write |= 1; } in MakeCommand()229 *command++ = depth_stencil_write; in MakeCommand()