Home
last modified time | relevance | path

Searched refs:VkDispatchIndirectCommand (Results 1 – 16 of 16) 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()
2987 VkDispatchIndirectCommand m_dispatchIndirect;
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp221 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate()
/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.inl387 std::ostream& operator<< (std::ostream& s, const VkDispatchIndirectCommand& value);
DvkVulkan_c.inl2605 typedef struct VkDispatchIndirectCommand { struct
2609 } VkDispatchIndirectCommand; typedef
DvkStrUtilImpl.inl3840 std::ostream& operator<< (std::ostream& s, const VkDispatchIndirectCommand& value)
3842 s << "VkDispatchIndirectCommand = {\n";
/external/mesa3d/include/vulkan/
Dvulkan.h2532 typedef struct VkDispatchIndirectCommand { struct
2536 } VkDispatchIndirectCommand; argument
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2702 typedef struct VkDispatchIndirectCommand { struct
2706 } VkDispatchIndirectCommand; argument
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2702 typedef struct VkDispatchIndirectCommand { struct
2706 } VkDispatchIndirectCommand; argument
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2867 typedef struct VkDispatchIndirectCommand { struct
2871 } VkDispatchIndirectCommand; argument
Dvulkan.hpp26018 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) in DispatchIndirectCommand()
26023 DispatchIndirectCommand& operator=( VkDispatchIndirectCommand const & rhs ) in operator =()
26047 operator VkDispatchIndirectCommand const&() const in operator VkDispatchIndirectCommand const&()
26049 return *reinterpret_cast<const VkDispatchIndirectCommand*>( this ); in operator VkDispatchIndirectCommand const&()
26052 operator VkDispatchIndirectCommand &() in operator VkDispatchIndirectCommand&()
26054 return *reinterpret_cast<VkDispatchIndirectCommand*>( this ); in operator VkDispatchIndirectCommand&()
26073 …static_assert( sizeof( DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ), "struct a…
/external/swiftshader/include/vulkan/
Dvulkan_core.h2820 typedef struct VkDispatchIndirectCommand { struct
2824 } VkDispatchIndirectCommand; argument
Dvulkan.hpp7020 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) in DispatchIndirectCommand()
7025 DispatchIndirectCommand& operator=( VkDispatchIndirectCommand const & rhs ) in operator =()
7048 operator VkDispatchIndirectCommand const&() const in operator VkDispatchIndirectCommand const&()
7050 return *reinterpret_cast<const VkDispatchIndirectCommand*>(this); in operator VkDispatchIndirectCommand const&()
7053 operator VkDispatchIndirectCommand &() in operator VkDispatchIndirectCommand&()
7055 return *reinterpret_cast<VkDispatchIndirectCommand*>(this); in operator VkDispatchIndirectCommand&()
7074 …static_assert( sizeof( DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ), "struct a…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2602 typedef struct VkDispatchIndirectCommand { struct
2606 } VkDispatchIndirectCommand; argument