Searched refs:GetMaxPushConstants (Results 1 – 3 of 3) sorted by relevance
79 device_->GetMaxPushConstants()) { in RecordPushConstantVkCommand()113 if (static_cast<size_t>(input.offset) >= device_->GetMaxPushConstants()) { in UpdateMemoryWithInput()119 (device_->GetMaxPushConstants() - input.offset)) { in UpdateMemoryWithInput()
64 uint32_t GetMaxPushConstants() const;
721 uint32_t Device::GetMaxPushConstants() const { in GetMaxPushConstants() function in amber::vulkan::Device