Searched defs:getBasePtr (Results 1 – 3 of 3) sorted by relevance
111 void* getBasePtr (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr() function in deqp::gls::__anon794887fd0211::VertexDataStorage112 const void* getBasePtr (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr() function in deqp::gls::__anon794887fd0211::VertexDataStorage
383 Value *getBasePtr() const { in getBasePtr() function
1548 const SDValue &getBasePtr() const { return getOperand(2); } in getBasePtr() function1567 const SDValue &getBasePtr() const { return getOperand(2); } in getBasePtr() function1636 const SDValue &getBasePtr() const { return getOperand(3); } in getBasePtr() function