Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Dpush_constant.cc79 device_->GetMaxPushConstants()) { in RecordPushConstantVkCommand()
113 if (static_cast<size_t>(input.offset) >= device_->GetMaxPushConstants()) { in UpdateMemoryWithInput()
119 (device_->GetMaxPushConstants() - input.offset)) { in UpdateMemoryWithInput()
Ddevice.h64 uint32_t GetMaxPushConstants() const;
Ddevice.cc721 uint32_t Device::GetMaxPushConstants() const { in GetMaxPushConstants() function in amber::vulkan::Device