Home
last modified time | relevance | path

Searched refs:pCommandBufferDeviceMasks (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h36 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 Dvk_synchronization2.c365 .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 Dvulkan_json_data.hpp15027 _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 Dvulkan_json_parser.hpp7801 (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 Dvulkan_structs.hpp20432 , 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 Dvulkan_core.h4724 const uint32_t* pCommandBufferDeviceMasks; member
/third_party/glfw/deps/glad/
H A Dvulkan.h2314 const uint32_t * pCommandBufferDeviceMasks; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3700 const uint32_t* pCommandBufferDeviceMasks; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4630 const uint32_t* pCommandBufferDeviceMasks; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4988 const uint32_t* pCommandBufferDeviceMasks; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4773 const uint32_t* pCommandBufferDeviceMasks; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp29176 const uint32_t * pCommandBufferDeviceMasks = {}; global() member
[all...]
H A Dvulkan_core.h5141 const uint32_t* pCommandBufferDeviceMasks; member
H A Dvulkan_hash.hpp3861 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupSubmitInfo.pCommandBufferDeviceMasks );

Completed in 470 milliseconds