Home
last modified time | relevance | path

Searched defs:fence (Results 376 - 400 of 427) sorted by relevance

1...<<1112131415161718

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp1425 Move<VkFence> fence = commandSubmit(*variables.commandBuffer); in iterateCommandEnd() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp3128 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 DImageTest.cpp4469 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 Dscreen_capture_server.cpp2148 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 Dhwcontext_vulkan.c61 VkFence fence; member
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp1104 inline void fence() { in fence() function
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1524 uint32 fence; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c4338 anv_QueueBindSparse( VkQueue _queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence) anv_QueueBindSparse() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h241 ID3D12Fence *fence; member
1059 ID3D12Fence *fence; member
1064 ID3D12Fence *fence; member
1071 ID3D12Fence *fence; member
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp134 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 Dzink_context.c3398 struct zink_fence *fence = NULL; in zink_flush() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3352 CaseDescription<Fence> fence; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp806 Move<VkFence> fence = createFence(vk, device); in copyBufferToImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp649 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 DvktApiObjectManagementTests.cpp3352 CaseDescription<Fence> fence; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp5857 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 DGrGLGpu.cpp4005 GrGLuint fence = 0; in insertFence() local
4041 bool GrGLGpu::waitFence(GrFence fence) { in waitFence() argument
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp2812 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 Dentry_points.cpp320 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 DlibGLESv2.cpp1829 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 DvktRenderPassFragmentDensityMapTests.cpp802 Move<VkFence> fence = createFence(vk, device); in copyBufferToImage() local
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h677 struct drm_amdgpu_fence fence; member
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h671 struct drm_amdgpu_fence fence; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c5002 VkFence fence; member
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc1677 void Assembler::fence(uint8_t pred, uint8_t succ) { in fence() function in v8::internal::Assembler

Completed in 130 milliseconds

1...<<1112131415161718