/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperationResources.hpp | 59 { 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 D | vktSynchronizationOperation.cpp | 1622 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 D | vktSynchronizationOperationResources.hpp | 59 { 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 D | vktSynchronizationOperation.cpp | 1621 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 D | vktConditionalDispatchTests.cpp | 227 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
H A D | vktConditionalDispatchTests.cpp | 229 const vk::VkDispatchIndirectCommand dispatchCommands[] = { { 1u, 1u, 1u } }; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 832 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 D | radv_cmd_buffer.c | 7912 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 D | VkCommandBuffer.cpp | 211 auto cmd = reinterpret_cast<VkDispatchIndirectCommand const *>(buffer->getOffsetPointer(offset));
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2198 typedef struct VkDispatchIndirectCommand { struct 2202 } VkDispatchIndirectCommand; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1617 typedef struct VkDispatchIndirectCommand { struct 1621 } VkDispatchIndirectCommand; typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2352 typedef struct VkDispatchIndirectCommand { struct 2356 } VkDispatchIndirectCommand; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 21706 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 D | vulkan_core.h | 2437 typedef struct VkDispatchIndirectCommand { struct 2441 } VkDispatchIndirectCommand; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2701 typedef struct VkDispatchIndirectCommand { struct 2705 } VkDispatchIndirectCommand; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2486 typedef struct VkDispatchIndirectCommand { struct 2490 } VkDispatchIndirectCommand; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 702 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 D | vulkan_json_data.hpp | 6060 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 D | vulkan_core.h | 2851 typedef struct VkDispatchIndirectCommand { struct 2855 } VkDispatchIndirectCommand; typedef
|
H A D | vulkan_static_assertions.hpp | 54 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ),
|
H A D | vulkan_structs.hpp | [all...] |