Home
last modified time | relevance | path

Searched refs:VkDispatchIndirectCommand (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationResources.hpp59 …{ RESOURCE_TYPE_INDIRECT_BUFFER_DISPATCH, tcu::IVec4(sizeof(vk::VkDispatchIndirectCommand), 0,…
DvktSynchronizationOperation.cpp1088 …makeBufferCreateInfo(sizeof(VkDispatchIndirectCommand), VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT), Memo… in ComputePipeline()
1091VkDispatchIndirectCommand* const pIndirectCommand = static_cast<VkDispatchIndirectCommand*>(alloc.… in ComputePipeline()
1097 …edMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(VkDispatchIndirectCommand)); in ComputePipeline()
3068 VkDispatchIndirectCommand m_dispatchIndirect;
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl341 inline VkDispatchIndirectCommand makeDispatchIndirectCommand (deUint32 x, deUint32 y, deUint32 z)
343 VkDispatchIndirectCommand res;
DvkStructTypes.inl1162 struct VkDispatchIndirectCommand struct
DvkStrUtil.inl331 std::ostream& operator<< (std::ostream& s, const VkDispatchIndirectCommand& value);
DvkStrUtilImpl.inl3307 std::ostream& operator<< (std::ostream& s, const VkDispatchIndirectCommand& value)
3309 s << "VkDispatchIndirectCommand = {\n";
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2231 typedef struct VkDispatchIndirectCommand { struct
2235 } VkDispatchIndirectCommand; typedef
Dvulkan.hpp4063 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) in DispatchIndirectCommand()
4068 DispatchIndirectCommand& operator=( VkDispatchIndirectCommand const & rhs ) in operator =()
4092 operator const VkDispatchIndirectCommand&() const in operator const VkDispatchIndirectCommand&()
4094 return *reinterpret_cast<const VkDispatchIndirectCommand*>(this); in operator const VkDispatchIndirectCommand&()
4113 …static_assert( sizeof( DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ), "struct a…
/external/mesa3d/include/vulkan/
Dvulkan.h2240 typedef struct VkDispatchIndirectCommand { struct
2244 } VkDispatchIndirectCommand; typedef
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2337 typedef struct VkDispatchIndirectCommand { struct
2341 } VkDispatchIndirectCommand; argument
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2396 typedef struct VkDispatchIndirectCommand { struct
2400 } VkDispatchIndirectCommand; typedef
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt1556 …ww.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDispatchIndirectCommand)~^~
1557 …ww.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDispatchIndirectCommand)~^~
1558 …ww.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDispatchIndirectCommand)~^~
2265 …cal Operations' which states 'The sum of offset and the size of VkDispatchIndirectCommand must be …