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::__anon774111160111::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.cpp707 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawPath()
796 int drawIndex = SkTMin(m_drawIndex, m_commands.count()); in DrawText()
878 if (m_commandIndex < m_commands.count()) { in SetClip()
879 if (m_commands[m_commandIndex] == Clip::kPath && in SetClip()
890 } while (m_commands[m_clipIndex] != Clip::kSave); in SetClip()
893 if (m_commandIndex < m_commands.count()) { in SetClip()
894 m_commands[m_commandIndex] = Clip::kPath; in SetClip()
897 m_commands.push(Clip::kPath); in SetClip()
947 int count = m_commands.count(); in ClipSave()
949 if (Clip::kSave == m_commands[m_commandIndex + 1]) { 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.cpp1833 vector<CmdCommand*> m_commands; member in vkt::memory::__anone897a1840111::SubmitCommandBuffer
1838 : m_commands (commands) in SubmitCommandBuffer()
1844 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in ~SubmitCommandBuffer()
1845 delete m_commands[cmdNdx]; in ~SubmitCommandBuffer()
1856 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in prepare()
1858 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1866 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in prepare()
1868 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1906 for (size_t cmdNdx = 0; cmdNdx < m_commands.size(); cmdNdx++) in verify()
1907 m_commands[cmdNdx]->verify(context, cmdNdx); in verify()
[all …]