Searched refs:resState (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.h | 241 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 D | render_backend_gles.cpp | 1994 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 D | wifi_global_func.h | 69 * @param resState - OperateResState state 73 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport);
|
H A D | wifi_global_func.cpp | 134 ConnState ConvertConnStateInternal(OperateResState resState, bool &isReport) in ConvertConnStateInternal() argument 136 switch (resState) { in ConvertConnStateInternal()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 200 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