Searched refs:INDIRECT_COMMAND_SIZE (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fIndirectComputeDispatchTests.cpp | 76 INDIRECT_COMMAND_SIZE = 3*(int)sizeof(deUint32) enumerator 189 DE_STATIC_ASSERT(INDIRECT_COMMAND_SIZE >= sizeof(deUint32)*3); in createCmdBufferUpload() 192 DE_ASSERT(cmdIter->offset + INDIRECT_COMMAND_SIZE <= (deIntptr)m_bufferSize); in createCmdBufferUpload() 414 m_commands.push_back(DispatchCommand(INDIRECT_COMMAND_SIZE, UVec3(2,1,1))); in MultiDispatchCase() 474 …{ "single_invocation", "Single invocation only from offset 0", INDIRECT_COMMAND_SIZE, 0, … in init() 475 …{ "multiple_groups", "Multiple groups dispatched from offset 0", INDIRECT_COMMAND_SIZE, 0, … in init() 476 …iple_invocations", "Multiple groups of size 2x3x1 from offset 0", INDIRECT_COMMAND_SIZE, 0, UV… in init() 477 …{ "small_offset", "Small offset", 16+INDIRECT_COMMAND_SIZE, 16, UVec3(1,1,1), UVe… in init() 480 …{ "empty_command", "Empty command", INDIRECT_COMMAND_SIZE, 0, UVec3(1,1,1), UVec3… in init()
|