/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | create_functions_vk.cpp | 346 PLUGIN_ASSERT_MSG(instance, "null instance in DestroyInstance()"); in DestroyInstance() 497 …PLUGIN_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 D | swapchain_vk.cpp | 120 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() 265 … PLUGIN_ASSERT_MSG(surfaceSupported != VK_FALSE, "physicalDevice doesn't support given surface"); in SwapchainVk()
|
H A D | platform_hardware_buffer_util_vk.cpp | 51 PLUGIN_ASSERT_MSG(memTypeIndex != ~0u, "requested memory not found for hwbuffer"); in GetMemoryTypeIndex()
|
H A D | gpu_memory_allocator_vk.cpp | 435 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 D | gpu_buffer_vk.cpp | 187 PLUGIN_ASSERT_MSG( in CreateBufferImpl()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/ |
H A D | platform_gpu_image_vk.cpp | 22 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 D | platform_create_functions_vk.cpp | 26 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 D | platform_gpu_image_vk.cpp | 22 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 D | platform_create_functions_vk.cpp | 26 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 D | platform_gpu_image_vk.cpp | 22 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 D | platform_create_functions_vk.cpp | 26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_image_gles.cpp | 50 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() 170 …PLUGIN_ASSERT_MSG(desc_.memoryPropertyFlags & MemoryPropertyFlagBits::CORE_MEMORY_PROPERTY_DEVICE_… in GpuImageGLES()
|
H A D | render_backend_gles.cpp | 111 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 D | node_context_descriptor_set_manager_gles.cpp | 84 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 D | device_gles.cpp | 870 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 D | spirv_cross_helpers_gles.cpp | 75 PLUGIN_ASSERT_MSG(false, "Unhandled specialization constant type"); in DefineForSpec()
|
H A D | gpu_program_gles.cpp | 465 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 D | pipeline_state_object_gles.cpp | 97 PLUGIN_ASSERT_MSG(false, "Unhandled attribute format"); in FormatToVertexType()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_hardware_buffer_util.cpp | 52 …PLUGIN_ASSERT_MSG(bufferProperties.allocationSize > 0, "ohos native buffer allocation size is zero… in QueryHwBufferFormatProperties() 53 …PLUGIN_ASSERT_MSG(bufferFormatProperties.externalFormat != 0, "ohos native buffer externalFormat c… in QueryHwBufferFormatProperties()
|
H A D | platform_create_functions_vk.cpp | 26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.cpp | 40 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 D | node_context_pso_manager.cpp | 383 …PLUGIN_ASSERT_MSG(index < static_cast<uint32_t>(computePipelineStateCache_.psoCreationData.size()), in GetComputePso() 409 …PLUGIN_ASSERT_MSG(index < static_cast<uint32_t>(graphicsPipelineStateCache_.psoCreationData.size()… in GetGraphicsPso()
|
H A D | render_node_graph_share_manager.cpp | 48 PLUGIN_ASSERT_MSG(ref.resources.size() < A_BIG_TEST_NUMBER, in SetGlobalRenderNodeResources()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | log.h | 35 #define PLUGIN_ASSERT_MSG(expression, ...) \ macro 40 #define PLUGIN_ASSERT_MSG(...) macro
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_util.cpp | 40 PLUGIN_ASSERT_MSG(handleType == RenderHandleType::GPU_BUFFER, "only gpu buffers supported"); in CopyGpuResource()
|