Home
last modified time | relevance | path

Searched refs:VkDrawIndexedIndirectCommand (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp206 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand>(const vk::VkDrawIndexedIndirectComm… in addCommand()
284 vk::VkDrawIndexedIndirectCommand drawCommands[] = in iterate()
309 vk::VkDrawIndexedIndirectCommand drawCommands[] = in iterate()
336 m_strideInBuffer = 2 * (deUint32)sizeof(vk::VkDrawIndexedIndirectCommand); in iterate()
548 vk::VkDrawIndexedIndirectCommand drawCmd[] = in iterate()
573 vk::VkDrawIndexedIndirectCommand drawCmd[] = in iterate()
601 m_strideInBuffer = 2 * (deUint32)sizeof(vk::VkDrawIndexedIndirectCommand); in iterate()
DvktBasicDrawTests.cpp143 vk::VkDrawIndexedIndirectCommand params;
179 std::vector<vk::VkDrawIndexedIndirectCommand> commands;
188 vk::VkDrawIndexedIndirectCommand cmd; in addCommand()
984 …for (std::vector<vk::VkDrawIndexedIndirectCommand>::const_iterator it = m_data.commands.begin(); i… in generateDrawData()
996 …for (std::vector<vk::VkDrawIndexedIndirectCommand>::const_iterator it = m_data.commands.begin(); i… in generateDrawData()
1012 …for (std::vector<vk::VkDrawIndexedIndirectCommand>::const_iterator cmdIt = m_data.commands.begin()… in generateDrawData()
1053 …:VkDeviceSize indirectInfoSize = m_data.commands.size() * sizeof(vk::VkDrawIndexedIndirectCommand); in iterate()
1110 …ffset = (deUint32)(indirectAlloc->getOffset() + cmdIdx * sizeof(vk::VkDrawIndexedIndirectCommand)); in iterate()
1111 …ndexedIndirect(*m_cmdBuffer, *indirectBuffer, offset, 1, sizeof(vk::VkDrawIndexedIndirectCommand)); in iterate()
1116 …ectAlloc->getOffset(), (deUint32)m_data.commands.size(), sizeof(vk::VkDrawIndexedIndirectCommand)); in iterate()
[all …]
DvktDrawShaderDrawParametersTests.cpp255 const vk::VkDrawIndexedIndirectCommand commands[] = in iterate()
282 …fer, m_indirectBuffer->object(), 0ull, numIndirectDraws, sizeof(vk::VkDrawIndexedIndirectCommand)); in iterate()
DvktDrawInstancedTests.cpp540 vk::VkDrawIndexedIndirectCommand drawCommand = in iterate()
548 std::vector<vk::VkDrawIndexedIndirectCommand> drawCommands; in iterate()
/external/vulkan-validation-layers/demos/smoke/
DMeshes.h53 std::vector<VkDrawIndexedIndirectCommand> draw_commands_;
DMeshes.cpp436 VkDrawIndexedIndirectCommand draw = {}; in Meshes()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationResources.hpp58 …{ RESOURCE_TYPE_INDIRECT_BUFFER_DRAW_INDEXED, tcu::IVec4(sizeof(vk::VkDrawIndexedIndirectCommand),…
DvktSynchronizationOperation.cpp2296 …makeBufferCreateInfo(sizeof(VkDrawIndexedIndirectCommand), VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT), M… in Implementation()
2299VkDrawIndexedIndirectCommand* const pIndirectCommand = static_cast<VkDrawIndexedIndirectCommand*>(… in Implementation()
2307 …emoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(VkDrawIndexedIndirectCommand)); in Implementation()
3067 VkDrawIndexedIndirectCommand m_drawIndexedIndirect;
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl350 inline VkDrawIndexedIndirectCommand makeDrawIndexedIndirectCommand (deUint32 indexCount, deUint32 i…
352 VkDrawIndexedIndirectCommand res;
DvkStructTypes.inl1169 struct VkDrawIndexedIndirectCommand struct
DvkStrUtil.inl332 std::ostream& operator<< (std::ostream& s, const VkDrawIndexedIndirectCommand& value);
DvkStrUtilImpl.inl3317 std::ostream& operator<< (std::ostream& s, const VkDrawIndexedIndirectCommand& value)
3319 s << "VkDrawIndexedIndirectCommand = {\n";
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2237 typedef struct VkDrawIndexedIndirectCommand { struct
2243 } VkDrawIndexedIndirectCommand; argument
Dvulkan.hpp3986 DrawIndexedIndirectCommand( VkDrawIndexedIndirectCommand const & rhs ) in DrawIndexedIndirectCommand()
3991 DrawIndexedIndirectCommand& operator=( VkDrawIndexedIndirectCommand const & rhs ) in operator =()
4027 operator const VkDrawIndexedIndirectCommand&() const in operator const VkDrawIndexedIndirectCommand&()
4029 return *reinterpret_cast<const VkDrawIndexedIndirectCommand*>(this); in operator const VkDrawIndexedIndirectCommand&()
4052 …static_assert( sizeof( DrawIndexedIndirectCommand ) == sizeof( VkDrawIndexedIndirectCommand ), "st…
/external/mesa3d/include/vulkan/
Dvulkan.h2246 typedef struct VkDrawIndexedIndirectCommand { struct
2252 } VkDrawIndexedIndirectCommand; typedef
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2343 typedef struct VkDrawIndexedIndirectCommand { struct
2349 } VkDrawIndexedIndirectCommand; argument
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2402 typedef struct VkDrawIndexedIndirectCommand { struct
2408 } VkDrawIndexedIndirectCommand; argument
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt1376 …e a multiple of 4 and must be greater than or equal to sizeof(VkDrawIndexedIndirectCommand)' (http…
1378 … feature is not enabled, all the firstInstance members of the VkDrawIndexedIndirectCommand structu…
1385 …khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDrawIndexedIndirectCommand)~^~
1386 …khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDrawIndexedIndirectCommand)~^~
1734 … feature is not enabled, all the firstInstance members of the VkDrawIndexedIndirectCommand structu…
2221 …g' which states 'If drawCount is equal to 1, (offset + sizeof(VkDrawIndexedIndirectCommand)) must …
2222 …is greater than 1, (stride (drawCount - 1) + offset + sizeof(VkDrawIndexedIndirectCommand)) must …
2233 …khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDrawIndexedIndirectCommand)~^~
2242 …f count stored in countBuffer is equal to 1, (offset + sizeof(VkDrawIndexedIndirectCommand)) must …
2243 …is greater than 1, (stride (drawCount - 1) + offset + sizeof(VkDrawIndexedIndirectCommand)) must …