Home
last modified time | relevance | path

Searched refs:AddPushConstantBuffer (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dpipeline.h56 Result AddPushConstantBuffer(const Buffer* buf, uint32_t offset);
Dengine_vulkan.cc223 r = info.vk_pipeline->AddPushConstantBuffer( in CreatePipeline()
667 return info.vk_pipeline->AddPushConstantBuffer(cmd->GetBuffer(), in DoBuffer()
Dpipeline.cc238 Result Pipeline::AddPushConstantBuffer(const Buffer* buf, uint32_t offset) { in AddPushConstantBuffer() function in amber::vulkan::Pipeline