Home
last modified time | relevance | path

Searched refs:resState (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h241 void BindImage(const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index);
242 void BindImageSampler(const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index);
H A Drender_backend_gles.cpp1994 const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index) in BindImage()
1996 const AccessFlags accessFlags = resState.accessFlags; in BindImage()
2016 const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index) in BindImageSampler()
2018 BindImage(res, resState, obj, index); in BindImageSampler()
1993 BindImage( const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index) BindImage() argument
2015 BindImageSampler( const BindableImage& res, const GpuResourceState& resState, Gles::Bind& obj, uint32_t index) BindImageSampler() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h69 * @param resState - OperateResState state
73 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport);
H A Dwifi_global_func.cpp134 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport) in ConvertConnStateInternal() argument
136 switch (resState) { in ConvertConnStateInternal()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp200 void DebugPrintImageState(const GpuResourceManager& gpuResourceMgr, const RenderGraph::RenderGraphImageState& resState) in DebugPrintImageState() argument
203 const EngineResourceHandle gpuHandle = gpuResourceMgr.GetGpuHandle(resState.resource.handle); in DebugPrintImageState()
205 resState.resource.handle.id, gpuResourceMgr.GetName(resState.resource.handle).c_str(), in DebugPrintImageState()
206 resState.resource.imageLayout, RenderHandleUtil::GetIndexPart(resState.resource.handle), in DebugPrintImageState()
207 RenderHandleUtil::GetGenerationIndexPart(resState.resource.handle), in DebugPrintImageState()

Completed in 11 milliseconds