/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 CreatePlatformHwBuffer() 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 CreateSurface()
|
/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 CreatePlatformHwBuffer() 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 CreateSurface()
|
/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 CreatePlatformHwBuffer() 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 CreateSurface()
|
/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_LOCAL_BIT, in GpuImageGLES()
|
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 | render_backend_gles.cpp | 108 PLUGIN_ASSERT_MSG(layer < Gles::CUBEMAP_LAYERS, "Invalid cubemap index %u", layer); in getCubeMapTarget() 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"); 127 PLUGIN_ASSERT_MSG(false, "Unhandled type in getTarget! %x", type); 154 PLUGIN_ASSERT_MSG(false, "RenderCommandBlitImage Invalid filter mode"); in DoBlit() 190 PLUGIN_ASSERT_MSG(false, "Unsupported primitive topology"); in GetPrimFromTopology() 444 PLUGIN_ASSERT_MSG(imageSubresource.baseArrayLayer == 0 && imageSubresource.layerCount == 1, in Blit2D() 498 PLUGIN_ASSERT_MSG(imageSubresource.baseArrayLayer == 0 && imageSubresource.layerCount == Gles::CUBEMAP_LAYERS, in BlitCube() 895 PLUGIN_ASSERT_MSG(false, "non-valid render command"); in RenderCommandUndefined() 1097 PLUGIN_ASSERT_MSG(fals in RenderCommandDraw() [all...] |
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() 1220 PLUGIN_ASSERT_MSG(false, "DeviceGLES::GetPlatformGpuMemoryAllocator called!"); 1250 PLUGIN_ASSERT_MSG(isActive_ == 0, "Activate called while already inactive"); 1262 PLUGIN_ASSERT_MSG(isActive [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"); 639 PLUGIN_ASSERT_MSG(!vertSource.empty(), "Trying to specialize a program with no vert source"); 648 PLUGIN_ASSERT_MSG(!fragSource.empty(), "Trying to specialize a program with no frag source"); 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()
|
/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 failed"); in CreatePhysicalDevice() 538 PLUGIN_ASSERT_MSG(instance, "null instance in CreateDevice()"); 539 PLUGIN_ASSERT_MSG(physicalDevice, "null physical device in CreateDevice()"); 609 PLUGIN_ASSERT_MSG(device, "null device in DestroyDevice()"); 616 PLUGIN_ASSERT_MSG(instance, "null instance in DestroySurface()"); 617 PLUGIN_ASSERT_MSG(surface, "null surface in DestroySurface()"); 641 PLUGIN_ASSERT_MSG(device, "null device in CreatePipelineCache()"); 657 PLUGIN_ASSERT_MSG(device, "null device in DestroyPipelineCache()"); 658 PLUGIN_ASSERT_MSG(pipelineCach [all...] |
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()
|
/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 cannot be 0"); in QueryHwBufferFormatProperties()
|
H A D | platform_create_functions_vk.cpp | 26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in CreateSurface()
|
/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 < (uint32_t)computePipelineStateCache_.psoCreationData.size(), in GetComputePso() 409 PLUGIN_ASSERT_MSG(index < (uint32_t)graphicsPipelineStateCache_.psoCreationData.size(),
|
H A D | render_node_graph_share_manager.cpp | 48 PLUGIN_ASSERT_MSG(ref.resources.size() < A_BIG_TEST_NUMBER, in SetGlobalRenderNodeResources()
|
/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
|
/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()
|