Lines Matching refs:instanced
539 bool instanced; member
566 DE_ASSERT(!(m_spec.instanced && m_spec.zeroStride)); in MultipleBindingCase()
592 << " instance divisor: " << ((m_spec.instanced) ? (1) : (0)) << "\n" in init()
658 …const int offset = (!m_spec.aliasingBuffers) ? (0) : (m_spec.instanced) ? (6 * (int)sizeof(tcu::… in renderTo()
660 const int divisor = (m_spec.instanced) ? (1) : (0); in renderTo()
668 if (m_spec.instanced) in renderTo()
687 spec.instanced = !!(flags & FLAG_INSTANCED); in genTestSpec()
714 const int vertexDataSize = (m_spec.instanced) ? (6) : (6 * GRID_SIZE * GRID_SIZE); in createBuffers()
715 …const int offsetColorSize = (m_spec.zeroStride) ? (2) : (m_spec.instanced) ? (2 * GRID_SIZE * … in createBuffers()
725 if (m_spec.instanced) in createBuffers()
735 if (m_spec.instanced) in createBuffers()
767 else if (m_spec.instanced) in createBuffers()
1002 …const bool instanced = (m_case == CASE_INSTANCED_BINDING) || (m_case == CASE_INSTANCED_ATT… in createBuffers() local
1004 const int numPositionCells = (instanced) ? (1) : (numCells); in createBuffers()
1006 const int numInstanceElementsPerCell = (instanced) ? (1) : (6); in createBuffers()