Searched refs:AddPushConstantBuffer (Results 1 – 3 of 3) sorted by relevance
64 Result AddPushConstantBuffer(const Buffer* buf, uint32_t offset);
264 r = info.vk_pipeline->AddPushConstantBuffer( in CreatePipeline()899 return info.vk_pipeline->AddPushConstantBuffer(cmd->GetBuffer(), in DoBuffer()
347 Result Pipeline::AddPushConstantBuffer(const Buffer* buf, uint32_t offset) { in AddPushConstantBuffer() function in amber::vulkan::Pipeline