Home
last modified time | relevance | path

Searched refs:timestampCount (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.c545 uint32_t timestampCount, in vn_GetCalibratedTimestampsEXT() argument
553 dev->instance, device, timestampCount, pTimestampInfos, pTimestamps, in vn_GetCalibratedTimestampsEXT()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h20562 …e_t vn_sizeof_vkGetCalibratedTimestampsEXT(VkDevice device, uint32_t timestampCount, const VkCalib… in vn_sizeof_vkGetCalibratedTimestampsEXT() argument
20569 cmd_size += vn_sizeof_uint32_t(&timestampCount); in vn_sizeof_vkGetCalibratedTimestampsEXT()
20571 cmd_size += vn_sizeof_array_size(timestampCount); in vn_sizeof_vkGetCalibratedTimestampsEXT()
20572 for (uint32_t i = 0; i < timestampCount; i++) in vn_sizeof_vkGetCalibratedTimestampsEXT()
20583 …encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t timestampCount, const VkCalib… in vn_encode_vkGetCalibratedTimestampsEXT() argument
20591 vn_encode_uint32_t(enc, &timestampCount); in vn_encode_vkGetCalibratedTimestampsEXT()
20593 vn_encode_array_size(enc, timestampCount); in vn_encode_vkGetCalibratedTimestampsEXT()
20594 for (uint32_t i = 0; i < timestampCount; i++) in vn_encode_vkGetCalibratedTimestampsEXT()
20599 vn_encode_array_size(enc, pTimestamps ? timestampCount : 0); /* out */ in vn_encode_vkGetCalibratedTimestampsEXT()
20603 …_sizeof_vkGetCalibratedTimestampsEXT_reply(VkDevice device, uint32_t timestampCount, const VkCalib… in vn_sizeof_vkGetCalibratedTimestampsEXT_reply() argument
[all …]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2355 uint32_t timestampCount, in lvp_GetCalibratedTimestampsEXT() argument
2363 for (unsigned i = 0; i < timestampCount; i++) { in lvp_GetCalibratedTimestampsEXT()
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp976 …TTR VkResult VKAPI_CALL test_vkGetCalibratedTimestampsEXT(VkDevice device, uint32_t timestampCount, in test_vkGetCalibratedTimestampsEXT() argument
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c4670 uint32_t timestampCount, in anv_GetCalibratedTimestampsEXT() argument
4688 for (d = 0; d < timestampCount; d++) { in anv_GetCalibratedTimestampsEXT()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl1057 VkResult DeviceDriver::getCalibratedTimestampsEXT (VkDevice device, uint32_t timestampCount, const … argument
1059 …return m_vk.getCalibratedTimestampsEXT(device, timestampCount, pTimestampInfos, pTimestamps, pMaxD…
DvkConcreteDeviceInterface.inl216 virtual VkResult getCalibratedTimestampsEXT (VkDevice device, uint32_t timestampCount, con…
DvkVirtualDeviceInterface.inl216 virtual VkResult getCalibratedTimestampsEXT (VkDevice device, uint32_t timestampCount, con…
DvkNullDriverImpl.inl2148 VKAPI_ATTR VkResult VKAPI_CALL getCalibratedTimestampsEXT (VkDevice device, uint32_t timestampCount argument
2151 DE_UNREF(timestampCount);
DvkFunctionPointerTypes.inl323 … GetCalibratedTimestampsEXTFunc) (VkDevice device, uint32_t timestampCount, const VkCalib…
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h7187 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
7197 uint32_t timestampCount,
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c7227 radv_GetCalibratedTimestampsEXT(VkDevice _device, uint32_t timestampCount, in radv_GetCalibratedTimestampsEXT() argument
7243 for (d = 0; d < timestampCount; d++) { in radv_GetCalibratedTimestampsEXT()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h8706 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
8716 uint32_t timestampCount,
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.c5321 uint32_t timestampCount, in GetCalibratedTimestampsEXT() argument
5332 …return disp->GetCalibratedTimestampsEXT(device, timestampCount, pTimestampInfos, pTimestamps, pMax… in GetCalibratedTimestampsEXT()
Dvk_dispatch_table_helper.h228 … VKAPI_CALL StubGetCalibratedTimestampsEXT(VkDevice device, uint32_t timestampCount, const VkCalib… in StubGetCalibratedTimestampsEXT() argument
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10404 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
10414 uint32_t timestampCount,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp4611 uint32_t timestampCount, in vkGetCalibratedTimestampsEXT() argument
4616 …return ::vkGetCalibratedTimestampsEXT( device, timestampCount, pTimestampInfos, pTimestamps, pMaxD… in vkGetCalibratedTimestampsEXT()
Dvulkan_core.h10807 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
10817 uint32_t timestampCount,
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h10975 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
10985 uint32_t timestampCount,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10967 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
10977 uint32_t timestampCount,
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp4387 uint32_t timestampCount, in vkGetCalibratedTimestampsEXT() argument
4392 …return ::vkGetCalibratedTimestampsEXT( device, timestampCount, pTimestampInfos, pTimestamps, pMaxD… in vkGetCalibratedTimestampsEXT()
Dvulkan_core.h12038 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
12048 uint32_t timestampCount,
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsynchronization.txt6462 * pname:timestampCount is the number of timestamps to query.
6463 * pname:pTimestampInfos is a pointer to an array of pname:timestampCount
6466 * pname:pTimestamps is a pointer to an array of pname:timestampCount
Dsynchronization.adoc6713 * pname:timestampCount is the number of timestamps to query.
6714 * pname:pTimestampInfos is a pointer to an array of pname:timestampCount
6717 * pname:pTimestamps is a pointer to an array of pname:timestampCount
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h11910 …API_PTR *PFN_vkGetCalibratedTimestampsEXT)(VkDevice device, uint32_t timestampCount, const VkCalib…
11920 uint32_t timestampCount,

12