/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 1425 Move<VkFence> fence = commandSubmit(*variables.commandBuffer); in iterateCommandEnd() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 3128 queueSubmitOneOff(vk::Context *context, vk::PrimaryCommandBuffer &&primary, bool hasProtectedContent, egl::ContextPriority priority, const vk::Semaphore *waitSemaphore, VkPipelineStageFlags waitSemaphoreStageMasks, const vk::Fence *fence, vk::SubmitPolicy submitPolicy, Serial *serialOut) queueSubmitOneOff() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 4469 EGLSyncKHR fence = eglCreateSyncKHR(window->getDisplay(), EGL_SYNC_FENCE_KHR, NULL); in TEST_P() local
|
/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.cpp | 2148 int32_t ScreenCaptureServer::AcquireVideoBuffer(sptr<OHOS::SurfaceBuffer> &surfaceBuffer, int32_t &fence, in AcquireVideoBuffer() argument 2781 int32_t ScreenCapBufferConsumerListener::AcquireVideoBuffer(sptr<OHOS::SurfaceBuffer> &surfaceBuffer, int32_t &fence, in AcquireVideoBuffer() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 61 VkFence fence; member [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 1104 inline void fence() { in fence() function
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_reg.h | 1524 uint32 fence; member
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 4338 anv_QueueBindSparse( VkQueue _queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence) anv_QueueBindSparse() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 241 ID3D12Fence *fence; member 1059 ID3D12Fence *fence; member 1064 ID3D12Fence *fence; member 1071 ID3D12Fence *fence; member
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 134 VkFence fence; member 2013 overlay_AcquireNextImageKHR( VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) overlay_AcquireNextImageKHR() argument 2415 overlay_QueueSubmit( VkQueue queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence) overlay_QueueSubmit() argument 2455 overlay_QueueSubmit2KHR( VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence) overlay_QueueSubmit2KHR() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 3398 struct zink_fence *fence = NULL; in zink_flush() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 3352 CaseDescription<Fence> fence; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 806 Move<VkFence> fence = createFence(vk, device); in copyBufferToImage() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 649 const auto fence = submitCommands(vk, device, queue, *cmdBuffer); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 3352 CaseDescription<Fence> fence; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES2.cpp | 5857 bool ValidateFinishFenceNV(const Context *context, angle::EntryPoint entryPoint, FenceNVID fence) in ValidateFinishFenceNV() argument 5983 bool ValidateIsFenceNV(const Context *context, angle::EntryPoint entryPoint, FenceNVID fence) in ValidateIsFenceNV() argument 6022 bool ValidateTestFenceNV(const Context *context, angle::EntryPoint entryPoint, FenceNVID fence) in ValidateTestFenceNV() argument 5902 ValidateGetFenceivNV(const Context *context, angle::EntryPoint entryPoint, FenceNVID fence, GLenum pname, const GLint *params) ValidateGetFenceivNV() argument 5994 ValidateSetFenceNV(const Context *context, angle::EntryPoint entryPoint, FenceNVID fence, GLenum condition) ValidateSetFenceNV() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 4005 GrGLuint fence = 0; in insertFence() local 4041 bool GrGLGpu::waitFence(GrFence fence) { in waitFence() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 2812 VkFence fence = VK_NULL_HANDLE; in insertFence() local 2829 bool GrVkGpu::waitFence(GrFence fence) { in waitFence() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.cpp | 320 GL_APICALL void GL_APIENTRY glFinishFenceNV(GLuint fence) in glFinishFenceNV() argument 445 GL_APICALL void GL_APIENTRY glGetFenceivNV(GLuint fence, GLenum pname, GLint *params) in glGetFenceivNV() argument 595 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV(GLuint fence) in glIsFenceNV() argument 701 GL_APICALL void GL_APIENTRY glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() argument 751 GLboolean GL_APIENTRY glTestFenceNV(GLuint fence) in glTestFenceNV() argument [all...] |
H A D | libGLESv2.cpp | 1829 void GL_APIENTRY FinishFenceNV(GLuint fence) in FinishFenceNV() argument 2501 void GL_APIENTRY GetFenceivNV(GLuint fence, GLenum pname, GLint *params) in GetFenceivNV() argument 3842 GLboolean GL_APIENTRY IsFenceNV(GLuint fence) in IsFenceNV() argument 4256 SetFenceNV(GLuint fence, GLenum condition) SetFenceNV() argument 4505 TestFenceNV(GLuint fence) TestFenceNV() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 802 Move<VkFence> fence = createFence(vk, device); in copyBufferToImage() local
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 677 struct drm_amdgpu_fence fence; member
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 671 struct drm_amdgpu_fence fence; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 5002 VkFence fence; member
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 1677 void Assembler::fence(uint8_t pred, uint8_t succ) { in fence() function in v8::internal::Assembler
|