Home
last modified time | relevance | path

Searched refs:PLUGIN_ASSERT_MSG (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp346 PLUGIN_ASSERT_MSG(instance, "null instance in DestroyInstance()"); in DestroyInstance()
497PLUGIN_ASSERT_MSG((result == VK_SUCCESS || result == VK_INCOMPLETE), "vulkan device enumeration fa… in CreatePhysicalDevice()
538 PLUGIN_ASSERT_MSG(instance, "null instance in CreateDevice()"); in CreateDevice()
539 PLUGIN_ASSERT_MSG(physicalDevice, "null physical device in CreateDevice()"); in CreateDevice()
609 PLUGIN_ASSERT_MSG(device, "null device in DestroyDevice()"); in DestroyDevice()
616 PLUGIN_ASSERT_MSG(instance, "null instance in DestroySurface()"); in DestroySurface()
617 PLUGIN_ASSERT_MSG(surface, "null surface in DestroySurface()"); in DestroySurface()
641 PLUGIN_ASSERT_MSG(device, "null device in CreatePipelineCache()"); in CreatePipelineCache()
657 PLUGIN_ASSERT_MSG(device, "null device in DestroyPipelineCache()"); in DestroyPipelineCache()
658 PLUGIN_ASSERT_MSG(pipelineCache, "null pipelineCache in DestroyPipelineCache()"); in DestroyPipelineCache()
H A Dswapchain_vk.cpp120 PLUGIN_ASSERT_MSG(ci.colorSpace != VK_COLOR_SPACE_MAX_ENUM_KHR, "colorspace not correct"); in GetColorInfo()
122 PLUGIN_ASSERT_MSG(ci.format != VK_FORMAT_UNDEFINED, "colorformat not correct"); in GetColorInfo()
265PLUGIN_ASSERT_MSG(surfaceSupported != VK_FALSE, "physicalDevice doesn't support given surface"); in SwapchainVk()
H A Dplatform_hardware_buffer_util_vk.cpp51 PLUGIN_ASSERT_MSG(memTypeIndex != ~0u, "requested memory not found for hwbuffer"); in GetMemoryTypeIndex()
H A Dgpu_memory_allocator_vk.cpp435 PLUGIN_ASSERT_MSG(hashCount == 0, "similar buffer pool already created"); in CreatePoolForBuffers()
486 PLUGIN_ASSERT_MSG(hashCount == 0, "similar image pool already created"); in CreatePoolForImages()
H A Dgpu_buffer_vk.cpp187 PLUGIN_ASSERT_MSG( in CreateBufferImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_gpu_image_vk.cpp22 PLUGIN_ASSERT_MSG(false, "hardware buffers not implemented"); in RENDER_BEGIN_NAMESPACE()
27 PLUGIN_ASSERT_MSG(false, "hardware buffers not implemented"); in DestroyPlatformHwBuffer()
H A Dplatform_create_functions_vk.cpp26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_gpu_image_vk.cpp22 PLUGIN_ASSERT_MSG(false, "hardware buffers not implemented"); in RENDER_BEGIN_NAMESPACE()
27 PLUGIN_ASSERT_MSG(false, "hardware buffers not implemented"); in DestroyPlatformHwBuffer()
H A Dplatform_create_functions_vk.cpp26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_gpu_image_vk.cpp22 PLUGIN_ASSERT_MSG(false, "hardware buffers not implemented"); in RENDER_BEGIN_NAMESPACE()
27 PLUGIN_ASSERT_MSG(false, "hardware buffers not implemented"); in DestroyPlatformHwBuffer()
H A Dplatform_create_functions_vk.cpp26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp50 PLUGIN_ASSERT_MSG(false, "Unsupported texture format in GpuImageGLES::convertFormat!"); in ConvertFormat()
116 PLUGIN_ASSERT_MSG(desc.layerCount == 1, "layerCount != 1 for normal texture!"); in GenerateImageStorage()
128 PLUGIN_ASSERT_MSG(desc.layerCount == 6, "layerCount != 6 for cubemap!"); in GenerateImageStorage()
134 PLUGIN_ASSERT_MSG(desc.layerCount <= 256, "layerCount > 256 for 2D Array!"); in GenerateImageStorage()
150 PLUGIN_ASSERT_MSG(false, "UNSUPPORTED IMAGEVIEW TYPE"); in GenerateImageStorage()
170PLUGIN_ASSERT_MSG(desc_.memoryPropertyFlags & MemoryPropertyFlagBits::CORE_MEMORY_PROPERTY_DEVICE_… in GpuImageGLES()
H A Drender_backend_gles.cpp111 PLUGIN_ASSERT_MSG(false, "Unhandled type in getTarget! %x", type); in getCubeMapTarget()
124 PLUGIN_ASSERT_MSG(sampleCount == 1, "Cubemap texture can't have MSAA"); in getTarget()
127 PLUGIN_ASSERT_MSG(false, "Unhandled type in getTarget! %x", type); in getTarget()
154 PLUGIN_ASSERT_MSG(false, "RenderCommandBlitImage Invalid filter mode"); in DoBlit()
190 PLUGIN_ASSERT_MSG(false, "Unsupported primitive topology"); in GetPrimFromTopology()
895 PLUGIN_ASSERT_MSG(false, "non-valid render command"); in RenderCommandUndefined()
1098 PLUGIN_ASSERT_MSG(false, "Invalid indexbuffer type"); in RenderCommandDraw()
1161 PLUGIN_ASSERT_MSG(false, "Invalid indexbuffer type"); in RenderCommandDrawIndirect()
1463 PLUGIN_ASSERT_MSG( in RenderCommandBeginRenderPass()
2114 PLUGIN_ASSERT_MSG(false, "Unhandled descriptor type"); in ProcessBindings()
[all …]
H A Dnode_context_descriptor_set_manager_gles.cpp84 PLUGIN_ASSERT_MSG(false, "descriptor type not found"); in CreateDescriptorSet()
134 PLUGIN_ASSERT_MSG(false, "RENDER_VALIDATION_ENABLED: descriptor type not found"); in CreateOneFrameDescriptorSet()
H A Ddevice_gles.cpp870 PLUGIN_ASSERT_MSG(false, "UNHANDLED BUFFER BIND TARGET UNIT"); in TargetToBinding()
887 PLUGIN_ASSERT_MSG(false, "UNHANDLED BUFFER BIND TARGET UNIT"); in IndexedTargetToTargetId()
904 PLUGIN_ASSERT_MSG(false, "UNHANDLED BUFFER BIND TARGET UNIT"); in IndexedTargetIdToTarget()
941 PLUGIN_ASSERT_MSG(false, "UNHANDLED BUFFER BIND TARGET"); in GenericTargetToTargetId()
978 PLUGIN_ASSERT_MSG(false, "UNHANDLED BUFFER BIND TARGET"); in GenericTargetIdToTarget()
1002 PLUGIN_ASSERT_MSG(false, "UNHANDLED TEXTURE TARGET UNIT"); in TextureTargetToTargetId()
1023 PLUGIN_ASSERT_MSG(false, "UNHANDLED TEXTURE TARGET UNIT"); in TextureTargetIdToTarget()
1361 PLUGIN_ASSERT_MSG(false, "Tried to release a non-existant shader?"); in ReleaseShader()
1366 PLUGIN_ASSERT_MSG(isActive_, "Device not active when releasing shaders"); in ReleaseProgram()
1387 PLUGIN_ASSERT_MSG(false, "Tried to release a non-existant program?"); in ReleaseProgram()
[all …]
H A Dspirv_cross_helpers_gles.cpp75 PLUGIN_ASSERT_MSG(false, "Unhandled specialization constant type"); in DefineForSpec()
H A Dgpu_program_gles.cpp465 PLUGIN_ASSERT_MSG(false, "Unhandled descriptor type"); in BuildBindInfos()
639 PLUGIN_ASSERT_MSG(!vertSource.empty(), "Trying to specialize a program with no vert source"); in Specialize()
648 PLUGIN_ASSERT_MSG(!fragSource.empty(), "Trying to specialize a program with no frag source"); in Specialize()
755 PLUGIN_ASSERT_MSG(!compSource.empty(), "Trying to specialize a program with no source"); in Specialize()
H A Dpipeline_state_object_gles.cpp97 PLUGIN_ASSERT_MSG(false, "Unhandled attribute format"); in FormatToVertexType()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp52PLUGIN_ASSERT_MSG(bufferProperties.allocationSize > 0, "ohos native buffer allocation size is zero… in QueryHwBufferFormatProperties()
53PLUGIN_ASSERT_MSG(bufferFormatProperties.externalFormat != 0, "ohos native buffer externalFormat c… in QueryHwBufferFormatProperties()
H A Dplatform_create_functions_vk.cpp26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp40 PLUGIN_ASSERT_MSG(allocator.allocators[allocator.currentIndex]->GetByteSize() > 0, in AllocateBarrierListMemory()
49 PLUGIN_ASSERT_MSG(rc, "render barrier list allocation : out of memory"); in AllocateBarrierListMemory()
H A Dnode_context_pso_manager.cpp383PLUGIN_ASSERT_MSG(index < static_cast<uint32_t>(computePipelineStateCache_.psoCreationData.size()), in GetComputePso()
409PLUGIN_ASSERT_MSG(index < static_cast<uint32_t>(graphicsPipelineStateCache_.psoCreationData.size()… in GetGraphicsPso()
H A Drender_node_graph_share_manager.cpp48 PLUGIN_ASSERT_MSG(ref.resources.size() < A_BIG_TEST_NUMBER, in SetGlobalRenderNodeResources()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h35 #define PLUGIN_ASSERT_MSG(expression, ...) \ macro
40 #define PLUGIN_ASSERT_MSG(...) macro
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp40 PLUGIN_ASSERT_MSG(handleType == RenderHandleType::GPU_BUFFER, "only gpu buffers supported"); in CopyGpuResource()

12