Home
last modified time | relevance | path

Searched refs:m_commands (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp133 vector<DispatchCommand> m_commands; member in deqp::gles31::Functional::__anon0ce222b70111::IndirectDispatchCase
187 …for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.e… in createCmdBufferUpload()
227 …for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.e… in createCmdBufferCompute()
267 const int resultBufferSize = resultBlockSize*(int)m_commands.size(); in createResultBuffer()
270 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in createResultBuffer()
274 …*(deUint32*)(dstPtr + RESULT_BLOCK_EXPECTED_COUNT_OFFSET + 0*4) = m_commands[cmdNdx].numWorkGroups… in createResultBuffer()
275 …*(deUint32*)(dstPtr + RESULT_BLOCK_EXPECTED_COUNT_OFFSET + 1*4) = m_commands[cmdNdx].numWorkGroups… in createResultBuffer()
276 …*(deUint32*)(dstPtr + RESULT_BLOCK_EXPECTED_COUNT_OFFSET + 2*4) = m_commands[cmdNdx].numWorkGroups… in createResultBuffer()
297 const int resultBufferSize = resultBlockSize*(int)m_commands.size(); in verifyResultBuffer()
310 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in verifyResultBuffer()
[all …]
/external/lldb/include/lldb/Target/
DTarget.h998 return &m_commands; in GetCommandPointer()
1004 return m_commands; in GetCommands()
1016 m_commands = in_commands; in SetCommands()
1059 StringList m_commands; variable
/external/lldb/source/Target/
DTarget.cpp2186 m_commands (), in StopHook()
2196 m_commands (rhs.m_commands), in StopHook()
2252 uint32_t num_commands = m_commands.GetSize(); in GetDescription()
2255 s->Indent(m_commands.GetStringAtIndex(i)); in GetDescription()