Searched refs:barriers (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.cpp | 101 const uint32_t barrierPointIndex, const vector<CommandBarrier>& barriers) in AddBarriersToBarrierPoint() argument 103 if (!barriers.empty()) { in AddBarriersToBarrierPoint() 106 … CommandBarrier* commandBarrierData = AllocateCommandBarriers(linearAllocator_, barriers.size()); in AddBarriersToBarrierPoint() 108 const size_t barriersByteSize = barriers.size() * sizeof(CommandBarrier); in AddBarriersToBarrierPoint() 109 …const bool val = CloneData(commandBarrierData, barriersByteSize, barriers.data(), barriersByteSize… in AddBarriersToBarrierPoint() 122 const uint32_t barrierCount = static_cast<uint32_t>(barriers.size()); in AddBarriersToBarrierPoint() 151 const BarrierPointBarriers* barriers = nullptr; in GetBarrierPointBarriers() local 157 barriers = &barrierPointBarriers_[index]; in GetBarrierPointBarriers() 161 return barriers; in GetBarrierPointBarriers()
|
H A D | render_barrier_list.h | 70 …sToBarrierPoint(const uint32_t barrierPointIndex, const BASE_NS::vector<CommandBarrier>& barriers); in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_relative_container_ffi.cpp | 56 void FfiOHOSAceFrameworkReletiveContainerBarrier(CBarrierInfos barriers) in FfiOHOSAceFrameworkReletiveContainerBarrier() argument 59 if (barriers.barrier == nullptr || barriers.size == 0) { in FfiOHOSAceFrameworkReletiveContainerBarrier() 63 for (int64_t i = 0; i < barriers.size; i++) { in FfiOHOSAceFrameworkReletiveContainerBarrier() 65 CBarrierStyle barrier = barriers.barrier[i]; in FfiOHOSAceFrameworkReletiveContainerBarrier()
|
H A D | cj_relative_container_ffi.h | 63 CJ_EXPORT void FfiOHOSAceFrameworkReletiveContainerBarrier(CBarrierInfos barriers);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.h | 202 …BASE_NS::vector<CommandBarrier>& barriers, BASE_NS::vector<GpuQueueTransferState>& currNodeGpuReso… 206 const RenderCommandWithType& rcWithType, BASE_NS::vector<CommandBarrier>& barriers, 211 const RenderCommandWithType& rcWithType, BASE_NS::vector<CommandBarrier>& barriers,
|
H A D | render_graph.cpp | 1555 const RenderCommandWithType& rcWithType, vector<CommandBarrier>& barriers, in AddCommandBarrierAndUpdateStateCacheBuffer() argument 1574 barriers.push_back(CommandBarrier { in AddCommandBarrierAndUpdateStateCacheBuffer() 1586 …vector<CommandBarrier>& barriers, vector<RenderGraph::GpuQueueTransferState>& currNodeGpuResourceT… in AddCommandBarrierAndUpdateStateCacheImage() argument 1610 barriers.push_back(CommandBarrier { in AddCommandBarrierAndUpdateStateCacheImage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 1868 GLbitfield barriers = 0; in RenderCommandBarrierPoint() local 1881 GLbitfield barriers = 0; in RenderCommandBarrierPoint() local 1883 barriers |= GL_UNIFORM_BARRIER_BIT; in RenderCommandBarrierPoint() 1898 barriers |= GL_SHADER_IMAGE_ACCESS_BARRIER_BIT; in RenderCommandBarrierPoint() 1900 barriers |= GL_SHADER_STORAGE_BARRIER_BIT; in RenderCommandBarrierPoint() 1907 barriers |= GL_FRAMEBUFFER_BARRIER_BIT; in RenderCommandBarrierPoint() 1910 return barriers; in RenderCommandBarrierPoint() 1931 barriers |= GL_COMMAND_BARRIER_BIT; in RenderCommandBarrierPoint() 1934 barriers |= GL_ELEMENT_ARRAY_BARRIER_BIT; in RenderCommandBarrierPoint() 1964 if (barriers) { in RenderCommandBarrierPoint() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-relativecontainer.md | 72 Sets the barriers in the **RelativeContainer** component. The value is an array, each element of wh… 88 Sets the barriers in the **RelativeContainer** component. The value is an array, each element of wh… 485 …mple shows how to set barriers in a relative layout using the [barrier](#barrier12) API, with chil… 772 …arrierDirection](#localizedbarrierdirection12) for alignment when using barriers as anchors in mir…
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | gl32_entries.in | 907 HOOK_API_ENTRY(void, glMemoryBarrier, GLbitfield barriers) 908 CALL_HOOK_API(glMemoryBarrier, barriers) 910 HOOK_API_ENTRY(void, glMemoryBarrierByRegion, GLbitfield barriers) 911 CALL_HOOK_API(glMemoryBarrierByRegion, barriers)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_module.md | 6299 | size | Number of barriers. |
|