Searched refs:descriptions (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_create_functions_vk.cpp | 102 PLUGIN_LOG_E("RENDER_VALIDATION: VK_FORMAT_UNDEFINED with PSO attachment descriptions"); in CreateAttachmentDescriptions2() 160 PLUGIN_LOG_E("RENDER_VALIDATION: VK_FORMAT_UNDEFINED with PSO attachment descriptions"); in CreateAttachmentDescriptionsCompatibility2() 252 const auto descriptions = array_view(attachmentDescriptions, countof(attachmentDescriptions)); in CreateRenderPassCombined() local 254 CreateAttachmentDescriptionsCompatibility(attachments, compatibilityAttachments, descriptions); in CreateRenderPassCombined() 261 attachments, compatibilityAttachments, initialLayouts, finalLayouts, descriptions); in CreateRenderPassCombined() 431 const auto descriptions = array_view(attachmentDescriptions, countof(attachmentDescriptions)); in CreateRenderPassCombined2() local 433 CreateAttachmentDescriptionsCompatibility2(attachments, compatibilityAttachments, descriptions); in CreateRenderPassCombined2() 440 attachments, compatibilityAttachments, initialLayouts, finalLayouts, descriptions); in CreateRenderPassCombined2()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.cpp | 779 store.descriptions[clientArrayIndex] = store.descriptions[clientResourceArrayIndex]; 1365 if (arrayIndex < (uint32_t)store.descriptions.size()) { 1374 return store.descriptions[arrayIndex].combinedBufDescriptor.bufferDesc; 1394 if (arrayIndex < (uint32_t)store.descriptions.size()) { 1403 return store.descriptions[arrayIndex].imageDescriptor; 1423 if (arrayIndex < (uint32_t)store.descriptions.size()) { 1432 return store.descriptions[arrayIndex].samplerDescriptor; 1452 if (arrayIndex < (uint32_t)store.descriptions.size()) { 1462 return store.descriptions[arrayInde [all...] |
H A D | gpu_resource_manager.h | 452 // resource descriptions, accessed with RenderHandle array index 453 BASE_NS::vector<ResourceDescriptor> descriptions {};
|
Completed in 5 milliseconds