/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationResources.hpp | 59 …{ RESOURCE_TYPE_INDIRECT_BUFFER_DISPATCH, tcu::IVec4(sizeof(vk::VkDispatchIndirectCommand), 0,…
|
D | vktSynchronizationOperation.cpp | 1088 …makeBufferCreateInfo(sizeof(VkDispatchIndirectCommand), VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT), Memo… in ComputePipeline() 1091 …VkDispatchIndirectCommand* const pIndirectCommand = static_cast<VkDispatchIndirectCommand*>(alloc.… in ComputePipeline() 2987 VkDispatchIndirectCommand m_dispatchIndirect;
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 221 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 341 inline VkDispatchIndirectCommand makeDispatchIndirectCommand (deUint32 x, deUint32 y, deUint32 z) 343 VkDispatchIndirectCommand res;
|
D | vkStructTypes.inl | 1162 struct VkDispatchIndirectCommand struct
|
D | vkStrUtil.inl | 387 std::ostream& operator<< (std::ostream& s, const VkDispatchIndirectCommand& value);
|
D | vkVulkan_c.inl | 2605 typedef struct VkDispatchIndirectCommand { struct 2609 } VkDispatchIndirectCommand; typedef
|
D | vkStrUtilImpl.inl | 3840 std::ostream& operator<< (std::ostream& s, const VkDispatchIndirectCommand& value) 3842 s << "VkDispatchIndirectCommand = {\n";
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2532 typedef struct VkDispatchIndirectCommand { struct 2536 } VkDispatchIndirectCommand; argument
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2702 typedef struct VkDispatchIndirectCommand { struct 2706 } VkDispatchIndirectCommand; argument
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2702 typedef struct VkDispatchIndirectCommand { struct 2706 } VkDispatchIndirectCommand; argument
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2867 typedef struct VkDispatchIndirectCommand { struct 2871 } VkDispatchIndirectCommand; argument
|
D | vulkan.hpp | 26018 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/ |
D | vulkan_core.h | 2820 typedef struct VkDispatchIndirectCommand { struct 2824 } VkDispatchIndirectCommand; argument
|
D | vulkan.hpp | 7020 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/ |
D | vulkan.h.in | 2602 typedef struct VkDispatchIndirectCommand { struct 2606 } VkDispatchIndirectCommand; argument
|