Home
last modified time | relevance | path

Searched defs:Fence (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFence.hpp23 class Fence : public Object<Fence, VkFence> class
26 Fence(const VkFenceCreateInfo *pCreateInfo, void *mem) in Fence() function in vk::Fence
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DFence.cpp25 Fence::Fence() in Fence() function in es2::Fence
DContext.h68 class Fence; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp95 MachineSDNode *Fence = nullptr; in Select() local
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.h110 VkFence Fence; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAddressBindingTests.cpp524 struct Fence struct
526 typedef VkFence Type;
528 struct Parameters
537 struct Resources
542 static Move<VkFence> create (const Environment& env, const Resources&, const Parameters& params) in create()
DvktMemoryDeviceMemoryReportTests.cpp535 struct Fence struct
537 typedef VkFence Type;
539 struct Parameters
548 struct Resources
553 static Move<VkFence> create (const Environment& env, const Resources&, const Parameters& params) in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp524 struct Fence struct
526 typedef VkFence Type;
528 struct Parameters
537 struct Resources
542 static Move<VkFence> create (const Environment& env, const Resources&, const Parameters& params) in create()
DvktMemoryDeviceMemoryReportTests.cpp535 struct Fence struct
537 typedef VkFence Type;
539 struct Parameters
548 struct Resources
553 static Move<VkFence> create (const Environment& env, const Resources&, const Parameters& params) in create()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp46 class Fence { class
48 Fence(const wgpu::Device& device) in Fence() function in __anonc75fd4d10111::Fence
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp716 void SpirvShader::Fence(spv::MemorySemanticsMask semantics) const in Fence() function in sw::SpirvShader
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1215 struct Fence struct
1217 typedef VkFence Type;
1219 struct Parameters
1228 struct Resources
1233 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1238 static Move<VkFence> create (const Environment& env, const Resources&, const Parameters& params) in create()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp1215 struct Fence struct
1217 typedef VkFence Type;
1219 struct Parameters
1228 struct Resources
1233 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
1238 static Move<VkFence> create (const Environment& env, const Resources&, const Parameters& params) in create()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_raii.hpp6183 class Fence class
6194 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
6213 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
6232 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
6254 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
6264 Fence( std::nullptr_t ) {} in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
6276 Fence( Fence && rhs ) VULKAN_HPP_NOEXCEPT in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
Dvulkan_handles.hpp1880 class Fence class
1893 VULKAN_HPP_CONSTEXPR Fence( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in Fence() function in VULKAN_HPP_NAMESPACE::Fence
1894 VULKAN_HPP_TYPESAFE_EXPLICIT Fence( VkFence fence ) VULKAN_HPP_NOEXCEPT : m_fence( fence ) {} in Fence() function in VULKAN_HPP_NAMESPACE::Fence
/third_party/vulkan-headers/include/vulkan/
Dvulkan_raii.hpp7655 class Fence class
7665 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
7683 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
7701 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
7721 Fence( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
7731 Fence( std::nullptr_t ) {} in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
7740 Fence( Fence && rhs ) VULKAN_HPP_NOEXCEPT in Fence() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Fence
Dvulkan_handles.hpp2570 class Fence class
2582 VULKAN_HPP_CONSTEXPR Fence( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in Fence() function in VULKAN_HPP_NAMESPACE::Fence
2583 VULKAN_HPP_TYPESAFE_EXPLICIT Fence( VkFence fence ) VULKAN_HPP_NOEXCEPT : m_fence( fence ) {} in Fence() function in VULKAN_HPP_NAMESPACE::Fence
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2067 const FenceInst &Fence = cast<FenceInst>(U); in translateFence() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4393 void Fence(std::memory_order memoryOrder) in Fence() function