/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 614 VkResult VulkanExternalHelper::createSemaphoreOpaqueFd(VkSemaphore *semaphore) in createSemaphoreOpaqueFd() 631 VkResult VulkanExternalHelper::exportSemaphoreOpaqueFd(VkSemaphore semaphore, int *fd) in exportSemaphoreOpaqueFd() 674 VkResult VulkanExternalHelper::createSemaphoreZirconEvent(VkSemaphore *semaphore) in createSemaphoreZirconEvent() 691 VkResult VulkanExternalHelper::exportSemaphoreZirconEvent(VkSemaphore semaphore, zx_handle_t *event) in exportSemaphoreZirconEvent() 706 VkSemaphore semaphore) in releaseImageAndSignalSemaphore() 766 VkSemaphore semaphore) in waitSemaphoreAndAcquireImage()
|
/device/generic/vulkan-cereal/third-party/angle/include/vulkan/ |
D | vulkan_fuchsia_ext.h | 108 VkSemaphore semaphore; member 118 VkSemaphore semaphore; member
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | SemaphoreTest.cpp | 57 GLSemaphore semaphore; in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | ResourceManager.cpp | 492 Semaphore *semaphore = new Semaphore(factory, handle); in createSemaphore() local 500 Semaphore *semaphore = nullptr; in deleteSemaphore() local
|
D | validationES2.cpp | 3495 SemaphoreID semaphore, in ValidateGetSemaphoreParameterui64vEXT() 3509 bool ValidateIsSemaphoreEXT(const Context *context, SemaphoreID semaphore) in ValidateIsSemaphoreEXT() 3521 SemaphoreID semaphore, in ValidateSemaphoreParameterui64vEXT() 3536 SemaphoreID semaphore, in ValidateSignalSemaphoreEXT() 3562 SemaphoreID semaphore, in ValidateWaitSemaphoreEXT() 3588 SemaphoreID semaphore, in ValidateImportSemaphoreFdEXT() 3611 SemaphoreID semaphore, in ValidateImportSemaphoreZirconHandleANGLE()
|
D | capture_gles_ext_params.cpp | 2515 SemaphoreID semaphore, in CaptureGetSemaphoreParameterui64vEXT_params() 2525 SemaphoreID semaphore, in CaptureSemaphoreParameterui64vEXT_params() 2535 SemaphoreID semaphore, in CaptureSignalSemaphoreEXT_buffersPacked() 2548 SemaphoreID semaphore, in CaptureSignalSemaphoreEXT_texturesPacked() 2561 SemaphoreID semaphore, in CaptureSignalSemaphoreEXT_dstLayouts() 2574 SemaphoreID semaphore, in CaptureWaitSemaphoreEXT_buffersPacked() 2587 SemaphoreID semaphore, in CaptureWaitSemaphoreEXT_texturesPacked() 2600 SemaphoreID semaphore, in CaptureWaitSemaphoreEXT_srcLayouts()
|
D | Context.cpp | 871 void Context::deleteSemaphore(SemaphoreID semaphore) in deleteSemaphore() 7975 void Context::semaphoreParameterui64v(SemaphoreID semaphore, GLenum pname, const GLuint64 *params) in semaphoreParameterui64v() 7980 void Context::getSemaphoreParameterui64v(SemaphoreID semaphore, GLenum pname, GLuint64 *params) in getSemaphoreParameterui64v() 7992 Semaphore *semaphore = getSemaphore(semaphoreHandle); in waitSemaphore() local 8018 Semaphore *semaphore = getSemaphore(semaphoreHandle); in signalSemaphore() local 8037 void Context::importSemaphoreFd(SemaphoreID semaphore, HandleType handleType, GLint fd) in importSemaphoreFd() 8044 void Context::importSemaphoreZirconHandle(SemaphoreID semaphore, in importSemaphoreZirconHandle()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.h | 165 vk::Semaphore semaphore; member
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan_fuchsia.h | 90 VkSemaphore semaphore; member 99 VkSemaphore semaphore; member
|
D | vulkan_win32.h | 122 VkSemaphore semaphore; member 149 VkSemaphore semaphore; member
|
D | vulkan_funcs.hpp | 1584 VULKAN_HPP_NAMESPACE::Semaphore semaphore; in createSemaphore() local 1603 VULKAN_HPP_NAMESPACE::Semaphore semaphore; in createSemaphoreUnique() local 1618 …LKAN_HPP_INLINE void Device::destroySemaphore( VULKAN_HPP_NAMESPACE::Semaphore s… in destroySemaphore() 1629 …_HPP_INLINE void Device::destroySemaphore( VULKAN_HPP_NAMESPACE::Semaphore … in destroySemaphore() 1642 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Semaphore semaphor… in destroy() 1653 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::Semaphore … in destroy() 6772 …VULKAN_HPP_NAMESPACE::Semaphore semaphore, uint64_t * pValue, Dispatch const & d ) const VULKAN_HP… in getSemaphoreCounterValue() 6782 …Device::getSemaphoreCounterValue( VULKAN_HPP_NAMESPACE::Semaphore semaphore, Dispatch const & d ) … in getSemaphoreCounterValue() 7377 VULKAN_HPP_NAMESPACE::Semaphore semaphore, in acquireNextImageKHR() 7396 VULKAN_HPP_NAMESPACE::Semaphore semaphore, in acquireNextImageKHR() [all …]
|
D | vk_dispatch_table_helper.h | 68 …VkResult VKAPI_CALL StubGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t*… in StubGetSemaphoreCounterValue() 82 …eKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence f… in StubAcquireNextImageKHR() 233 …esult VKAPI_CALL StubGetSemaphoreCounterValueKHR(VkDevice device, VkSemaphore semaphore, uint64_t*… in StubGetSemaphoreCounterValueKHR()
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | driver_gen.cpp | 60 …eKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence f… in checkedAcquireNextImageKHR()
|
D | swapchain.cpp | 1354 VkSemaphore semaphore, in AcquireNextImageKHR()
|
D | api_gen.cpp | 931 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore() 1455 …eKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence f… in AcquireNextImageKHR() 1707 VKAPI_ATTR void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallba… in vkDestroySemaphore() 2367 …eKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence f… in vkAcquireNextImageKHR()
|
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
D | vulkan_win32.h | 135 VkSemaphore semaphore; member 162 VkSemaphore semaphore; member
|
/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/ |
D | vulkan_win32.h | 122 VkSemaphore semaphore; member 149 VkSemaphore semaphore; member
|
D | vulkan_fuchsia.h | 90 VkSemaphore semaphore; member 99 VkSemaphore semaphore; member
|
/device/generic/vulkan-cereal/third-party/angle/scripts/ |
D | entry_point_packed_gl_enums.json | 739 "semaphore": "SemaphoreID" string 902 "semaphore": "SemaphoreID" string 906 "semaphore": "SemaphoreID" string 970 "semaphore": "SemaphoreID" string 1413 "semaphore": "SemaphoreID" string 1432 "semaphore": "SemaphoreID", string 1864 "semaphore": "SemaphoreID", string
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkAndroidNativeBuffer.cpp | 513 VkSemaphore semaphore, in setAndroidNativeImageSemaphoreSignaled()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 4685 GL_APICALL void GL_APIENTRY glImportSemaphoreFdEXT(GLuint semaphore, GLenum handleType, GLint fd) { in glImportSemaphoreFdEXT() 4690 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, vo… in glImportSemaphoreWin32HandleEXT() 4705 GL_APICALL GLboolean glIsSemaphoreEXT(GLuint semaphore) { in glIsSemaphoreEXT() 4710 GL_APICALL void GL_APIENTRY glSemaphoreParameterui64vEXT(GLuint semaphore, GLenum pname, const GLui… in glSemaphoreParameterui64vEXT() 4715 GL_APICALL void GL_APIENTRY glGetSemaphoreParameterui64vEXT(GLuint semaphore, GLenum pname, GLuint6… in glGetSemaphoreParameterui64vEXT() 4720 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GL… in glWaitSemaphoreEXT() 4725 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const … in glSignalSemaphoreEXT()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | ContextGL.cpp | 172 GLuint semaphore = 0; in createSemaphore() local
|
D | null_functions.cpp | 1264 void INTERNAL_GL_APIENTRY glGetSemaphoreParameterui64vEXTNULL(GLuint semaphore, in glGetSemaphoreParameterui64vEXTNULL() 1533 void INTERNAL_GL_APIENTRY glImportSemaphoreFdEXTNULL(GLuint semaphore, GLenum handleType, GLint fd) in glImportSemaphoreFdEXTNULL() 1536 void INTERNAL_GL_APIENTRY glImportSemaphoreWin32HandleEXTNULL(GLuint semaphore, in glImportSemaphoreWin32HandleEXTNULL() 1541 void INTERNAL_GL_APIENTRY glImportSemaphoreWin32NameEXTNULL(GLuint semaphore, in glImportSemaphoreWin32NameEXTNULL() 1650 GLboolean INTERNAL_GL_APIENTRY glIsSemaphoreEXTNULL(GLuint semaphore) in glIsSemaphoreEXTNULL() 2265 void INTERNAL_GL_APIENTRY glSemaphoreParameterui64vEXTNULL(GLuint semaphore, in glSemaphoreParameterui64vEXTNULL() 2290 void INTERNAL_GL_APIENTRY glSignalSemaphoreEXTNULL(GLuint semaphore, in glSignalSemaphoreEXTNULL() 3179 void INTERNAL_GL_APIENTRY glWaitSemaphoreEXTNULL(GLuint semaphore, in glWaitSemaphoreEXTNULL()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | libGLESv2_autogen.cpp | 3576 void GL_APIENTRY glImportSemaphoreZirconHandleANGLE(GLuint semaphore, in glImportSemaphoreZirconHandleANGLE() 4131 void GL_APIENTRY glGetSemaphoreParameterui64vEXT(GLuint semaphore, GLenum pname, GLuint64 *params) in glGetSemaphoreParameterui64vEXT() 4136 GLboolean GL_APIENTRY glIsSemaphoreEXT(GLuint semaphore) in glIsSemaphoreEXT() 4141 void GL_APIENTRY glSemaphoreParameterui64vEXT(GLuint semaphore, in glSemaphoreParameterui64vEXT() 4148 void GL_APIENTRY glSignalSemaphoreEXT(GLuint semaphore, in glSignalSemaphoreEXT() 4159 void GL_APIENTRY glWaitSemaphoreEXT(GLuint semaphore, in glWaitSemaphoreEXT() 4171 void GL_APIENTRY glImportSemaphoreFdEXT(GLuint semaphore, GLenum handleType, GLint fd) in glImportSemaphoreFdEXT() 7059 GLuint semaphore, in glGetSemaphoreParameterui64vEXTContextANGLE() 7427 GLuint semaphore, in glImportSemaphoreFdEXTContextANGLE() 7537 GLboolean GL_APIENTRY glIsSemaphoreEXTContextANGLE(GLeglContext ctx, GLuint semaphore) in glIsSemaphoreEXTContextANGLE() [all …]
|
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
D | goldfish_vk_baseprotodefs.proto | 1143 optional uint64 semaphore = 2; field 4503 optional uint64 semaphore = 4; field 4566 optional uint64 semaphore = 5; field 5301 optional uint64 semaphore = 3; field 5346 optional uint64 semaphore = 3; field 5373 optional uint64 semaphore = 3; field 5388 optional uint64 semaphore = 3; field 6099 optional uint64 semaphore = 4; field
|