Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp133 vector<DispatchCommand> m_commands; member in deqp::gles31::Functional::__anon6529d0a00111::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/pdfium/core/fxge/skia/
Dfx_skia_device.cpp713 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawPath()
841 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawText()
946 bool IsEmpty() { return !m_commands.count(); } in IsEmpty()
982 if (m_commandIndex < m_commands.count()) { in SetClip()
983 if (m_commands[m_commandIndex] == Clip::kPath && in SetClip()
994 } while (m_commands[m_clipIndex] != Clip::kSave); in SetClip()
997 if (m_commandIndex < m_commands.count()) { in SetClip()
998 m_commands[m_commandIndex] = Clip::kPath; in SetClip()
1001 m_commands.push(Clip::kPath); in SetClip()
1051 int count = m_commands.count(); in ClipSave()
[all …]
/external/jcommander/src/main/java/com/beust/jcommander/
DJCommander.java123 private Map<ProgramName, JCommander> m_commands = Maps.newLinkedHashMap(); field in JCommander
301 for (Map.Entry<ProgramName, JCommander> entry : m_commands.entrySet()) { in initializeDefaultValues()
755 if (m_commands.isEmpty()) { in parseValues()
1054 boolean hasCommands = !m_commands.isEmpty(); in usage()
1131 for (Map.Entry<ProgramName, JCommander> commands : m_commands.entrySet()) { in usage()
1209 for (Map.Entry<ProgramName, JCommander> entry : m_commands.entrySet()) { in setDefaultProvider()
1388 m_commands.put(progName, jc); in addCommand()
1416 for (Map.Entry<ProgramName, JCommander> entry : m_commands.entrySet()) { in getCommands()
1463 return FuzzyMap.findInMap(m_commands, name, in findCommand()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1815 vector<CmdCommand*> m_commands; member in vkt::memory::__anon4b5b56ce0111::SubmitCommandBuffer
1820 : m_commands (commands) in SubmitCommandBuffer()
1826 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in ~SubmitCommandBuffer()
1827 delete m_commands[cmdNdx]; in ~SubmitCommandBuffer()
1838 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in prepare()
1840 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1848 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in prepare()
1850 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1888 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in verify()
1889 m_commands[cmdNdx]->verify(context, cmdNdx); in verify()
[all …]