Home
last modified time | relevance | path

Searched refs:push_constant_buffer_ (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/
Dpipeline.cc446 if (push_constant_buffer_.buffer != nullptr) in SetPushConstantBuffer()
449 push_constant_buffer_.buffer = buf; in SetPushConstantBuffer()
450 push_constant_buffer_.type = BufferType::kPushConstant; in SetPushConstantBuffer()
455 if (push_constant_buffer_.buffer != nullptr) in CreatePushConstantBuffer()
466 push_constant_buffer_.buffer = buf.get(); in CreatePushConstantBuffer()
467 push_constant_buffer_.type = BufferType::kPushConstant; in CreatePushConstantBuffer()
Dpipeline.h381 return push_constant_buffer_; in GetPushConstantBuffer()
440 BufferInfo push_constant_buffer_; variable