Searched refs:pCommandBufferDeviceMasks (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_queue.h | 36 if (val->pCommandBufferDeviceMasks) { in vn_sizeof_VkDeviceGroupSubmitInfo_self() 38 size += vn_sizeof_uint32_t_array(val->pCommandBufferDeviceMasks, val->commandBufferCount); in vn_sizeof_VkDeviceGroupSubmitInfo_self() 83 if (val->pCommandBufferDeviceMasks) { in vn_encode_VkDeviceGroupSubmitInfo_self() 85 vn_encode_uint32_t_array(enc, val->pCommandBufferDeviceMasks, val->commandBufferCount); in vn_encode_VkDeviceGroupSubmitInfo_self()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_synchronization2.c | 365 .deviceMask = group_info ? group_info->pCommandBufferDeviceMasks[i] : 0, in vk_common_QueueSubmit()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 15027 _OUT << "\"pCommandBufferDeviceMasks\":" << std::endl; in print_VkDeviceGroupSubmitInfo() 15029 if (obj.pCommandBufferDeviceMasks) { in print_VkDeviceGroupSubmitInfo() 15033 print_uint32_t(obj.pCommandBufferDeviceMasks[i], "", isCommaNeeded); in print_VkDeviceGroupSubmitInfo() 15099 _OUT << "\"pCommandBufferDeviceMasks\":" << std::endl; in print_VkDeviceGroupSubmitInfo() 15101 if (obj->pCommandBufferDeviceMasks) { in print_VkDeviceGroupSubmitInfo() 15105 print_uint32_t(obj->pCommandBufferDeviceMasks[i], "", isCommaNeeded); in print_VkDeviceGroupSubmitInfo() [all...] |
H A D | vulkan_json_parser.hpp | 7801 (o.pCommandBufferDeviceMasks) = (deUint32*)s_globalMem.allocate((o.commandBufferCount), sizeof(deUint32)); in parse_VkDeviceGroupSubmitInfo() 7802 Json::Value& obj_pCommandBufferDeviceMasks_arr = obj["pCommandBufferDeviceMasks"]; in parse_VkDeviceGroupSubmitInfo() 7804 parse_uint32_t("pCommandBufferDeviceMasks", obj_pCommandBufferDeviceMasks_arr[i], const_cast<deUint32&>((o.pCommandBufferDeviceMasks[i]))); in parse_VkDeviceGroupSubmitInfo()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 20432 , pCommandBufferDeviceMasks( pCommandBufferDeviceMasks_ ) 20451 , pCommandBufferDeviceMasks( commandBufferDeviceMasks_.data() ) 20506 pCommandBufferDeviceMasks = pCommandBufferDeviceMasks_; 20516 pCommandBufferDeviceMasks = commandBufferDeviceMasks_.data(); 20564 ( pCommandBufferDeviceMasks == rhs.pCommandBufferDeviceMasks ) && 20581 const uint32_t * pCommandBufferDeviceMasks = {}; member [all...] |
H A D | vulkan_core.h | 4724 const uint32_t* pCommandBufferDeviceMasks; member
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2314 const uint32_t * pCommandBufferDeviceMasks; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3700 const uint32_t* pCommandBufferDeviceMasks; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4630 const uint32_t* pCommandBufferDeviceMasks; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4988 const uint32_t* pCommandBufferDeviceMasks; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4773 const uint32_t* pCommandBufferDeviceMasks; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 29176 const uint32_t * pCommandBufferDeviceMasks = {}; global() member [all...] |
H A D | vulkan_core.h | 5141 const uint32_t* pCommandBufferDeviceMasks; member
|
H A D | vulkan_hash.hpp | 3861 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pCommandBufferDeviceMasks );
|
Completed in 470 milliseconds