Searched refs:isDiscarded (Results 1 – 7 of 7) sorted by relevance
196 bool isDiscarded; member in deqp::ShaderEvalContext201 isDiscarded = true; in discard()
309 : constCoords(quadGrid_.getConstCoords()), isDiscarded(false), quadGrid(quadGrid_) in ShaderEvalContext()352 isDiscarded = false; in reset()709 DE_ASSERT(!evalCtx.isDiscarded); // Discard is not available in vertex shader. in computeVertexReference()797 Vec4 color = evalCtx.isDiscarded ? m_clearColor : evalCtx.color; in computeFragmentReference()
163 bool isDiscarded; member in deqp::gls::ShaderEvalContext166 inline void discard (void) { isDiscarded = true; } in discard()
265 , isDiscarded (false) in ShaderEvalContext()301 isDiscarded = false; in reset()656 DE_ASSERT(!evalCtx.isDiscarded); // Discard is not available in vertex shader. in computeVertexReference()740 Vec4 color = evalCtx.isDiscarded ? m_clearColor : evalCtx.color; in computeFragmentReference()
215 bool isDiscarded; member in vkt::sr::ShaderEvalContext218 inline void discard (void) { isDiscarded = true; } in discard()
383 , isDiscarded (false) in ShaderEvalContext()422 isDiscarded = false; in reset()2336 DE_ASSERT(!evalCtx.isDiscarded); // Discard is not available in vertex shader. in computeVertexReference()2422 tcu::Vec4 color = evalCtx.isDiscarded ? m_clearColor : evalCtx.color; in computeFragmentReference()
1214 const bool isDiscarded = (m_boundTarget == GL_FRAMEBUFFER) || in render() local1217 …const bool isColorDiscarded = isDiscarded && hasAttachment(m_invalidateAttachments, GL_COLOR… in render()1218 …const bool isDepthDiscarded = isDiscarded && (hasAttachment(m_invalidateAttachments, GL_DEPT… in render()1219 …const bool isStencilDiscarded = isDiscarded && (hasAttachment(m_invalidateAttachments, GL_ST… in render()