Home
last modified time | relevance | path

Searched refs:VkDispatchIndirectCommand (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationResources.hpp59 { RESOURCE_TYPE_INDIRECT_BUFFER_DISPATCH, tcu::IVec4(sizeof(vk::VkDispatchIndirectCommand), 0, 0, 0), vk::VK_IMAGE_TYPE_LAST, vk::VK_FORMAT_UNDEFINED, (vk::VkImageAspectFlags)0, vk::VK_SAMPLE_COUNT_1_BIT },
H A DvktSynchronizationOperation.cpp1622 makeBufferCreateInfo(sizeof(VkDispatchIndirectCommand), VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT), MemoryRequirement::HostVisible)); in ComputePipeline()
1625 VkDispatchIndirectCommand* const pIndirectCommand = static_cast<VkDispatchIndirectCommand*>(alloc.getHostPtr()); in ComputePipeline()
4869 VkDispatchIndirectCommand m_dispatchIndirect;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationResources.hpp59 { RESOURCE_TYPE_INDIRECT_BUFFER_DISPATCH, tcu::IVec4(sizeof(vk::VkDispatchIndirectCommand), 0, 0, 0), vk::VK_IMAGE_TYPE_LAST, vk::VK_FORMAT_UNDEFINED, (vk::VkImageAspectFlags)0, vk::VK_SAMPLE_COUNT_1_BIT },
H A DvktSynchronizationOperation.cpp1621 makeBufferCreateInfo(sizeof(VkDispatchIndirectCommand), VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT), MemoryRequirement::HostVisible)); in ComputePipeline()
1624 VkDispatchIndirectCommand* const pIndirectCommand = static_cast<VkDispatchIndirectCommand*>(alloc.getHostPtr()); in ComputePipeline()
4730 VkDispatchIndirectCommand m_dispatchIndirect;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp227 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp229 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp832 vk::BufferWithMemory indirectBuffer (vk, device, alloc, vk::makeBufferCreateInfo(sizeof(vk::VkDispatchIndirectCommand), vk::VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT), vk::MemoryRequirement::HostVisible); in iterate()
834 vk::VkDispatchIndirectCommand* indirectDataPtr = reinterpret_cast<vk::VkDispatchIndirectCommand*>(indirectBuffer.getAllocation().getHostPtr()); in iterate()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c7912 static_assert(sizeof(VkDispatchIndirectCommand) == 12, "Incorrect size of taskmesh command."); in radv_nv_task_indirect_bo()
7918 const size_t dst_stride = sizeof(VkDispatchIndirectCommand); in radv_nv_task_indirect_bo()
7920 const size_t dst_off_x = offsetof(VkDispatchIndirectCommand, x); in radv_nv_task_indirect_bo()
7928 VkDispatchIndirectCommand *fill_data = (VkDispatchIndirectCommand *)alloca(new_disp_size); in radv_nv_task_indirect_bo()
8233 info.stride = sizeof(VkDispatchIndirectCommand); in radv_CmdDrawMeshTasksIndirectNV()
8282 info.stride = sizeof(VkDispatchIndirectCommand); in radv_CmdDrawMeshTasksIndirectCountNV()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp211 auto cmd = reinterpret_cast<VkDispatchIndirectCommand const *>(buffer->getOffsetPointer(offset));
/third_party/glfw/deps/glad/
H A Dvulkan.h2198 typedef struct VkDispatchIndirectCommand { struct
2202 } VkDispatchIndirectCommand; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1617 typedef struct VkDispatchIndirectCommand { struct
1621 } VkDispatchIndirectCommand; typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2352 typedef struct VkDispatchIndirectCommand { struct
2356 } VkDispatchIndirectCommand; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp21706 using NativeType = VkDispatchIndirectCommand;
21718 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT
21725 DispatchIndirectCommand & operator=( VkDispatchIndirectCommand const & rhs ) VULKAN_HPP_NOEXCEPT
21751 operator VkDispatchIndirectCommand const &() const VULKAN_HPP_NOEXCEPT
21753 return *reinterpret_cast<const VkDispatchIndirectCommand *>( this );
21756 operator VkDispatchIndirectCommand &() VULKAN_HPP_NOEXCEPT
21758 return *reinterpret_cast<VkDispatchIndirectCommand *>( this );
21781 sizeof( VkDispatchIndirectCommand ),
[all...]
H A Dvulkan_core.h2437 typedef struct VkDispatchIndirectCommand { struct
2441 } VkDispatchIndirectCommand; typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2701 typedef struct VkDispatchIndirectCommand { struct
2705 } VkDispatchIndirectCommand; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2486 typedef struct VkDispatchIndirectCommand { struct
2490 } VkDispatchIndirectCommand; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp702 static void parse_VkDispatchIndirectCommand(const char* s, Json::Value& obj, VkDispatchIndirectCommand& o);
5160 static void parse_VkDispatchIndirectCommand(const char* s, Json::Value& obj, VkDispatchIndirectCommand& o) { in parse_VkDispatchIndirectCommand()
H A Dvulkan_json_data.hpp6060 static void print_VkDispatchIndirectCommand(VkDispatchIndirectCommand obj, const std::string& s, bool commaNeeded=true) { in print_VkDispatchIndirectCommand()
6078 static void print_VkDispatchIndirectCommand(const VkDispatchIndirectCommand * obj, const std::string& s, bool commaNeeded=true) { in print_VkDispatchIndirectCommand()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h2851 typedef struct VkDispatchIndirectCommand { struct
2855 } VkDispatchIndirectCommand; typedef
H A Dvulkan_static_assertions.hpp54 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ),
H A Dvulkan_structs.hpp[all...]

Completed in 503 milliseconds