Home
last modified time | relevance | path

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

12

/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 CreatePlatformHwBuffer()
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 CreateSurface()
/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 CreatePlatformHwBuffer()
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 CreateSurface()
/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 CreatePlatformHwBuffer()
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 CreateSurface()
/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()
170 PLUGIN_ASSERT_MSG(desc_.memoryPropertyFlags & MemoryPropertyFlagBits::CORE_MEMORY_PROPERTY_DEVICE_LOCAL_BIT, in GpuImageGLES()
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 Drender_backend_gles.cpp108 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 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()
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 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");
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 Dpipeline_state_object_gles.cpp97 PLUGIN_ASSERT_MSG(false, "Unhandled attribute format"); in FormatToVertexType()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp346 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 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()
265 PLUGIN_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()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp52 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 Dplatform_create_functions_vk.cpp26 PLUGIN_ASSERT_MSG(instance, "null instance in CreateSurface()"); in CreateSurface()
/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.cpp383 PLUGIN_ASSERT_MSG(index < (uint32_t)computePipelineStateCache_.psoCreationData.size(), in GetComputePso()
409 PLUGIN_ASSERT_MSG(index < (uint32_t)graphicsPipelineStateCache_.psoCreationData.size(),
H A Drender_node_graph_share_manager.cpp48 PLUGIN_ASSERT_MSG(ref.resources.size() < A_BIG_TEST_NUMBER, in SetGlobalRenderNodeResources()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h35 #define PLUGIN_ASSERT_MSG(expression, ...) \ macro
40 #define PLUGIN_ASSERT_MSG(...) macro
/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()

Completed in 18 milliseconds

12