Home
last modified time | relevance | path

Searched refs:kPushConstant (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline_test.cc31 auto cmd = MakeUnique<BufferCommand>(BufferCommand::BufferType::kPushConstant, in TEST_F()
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.h57 kPushConstant, enumerator
Dcommand.h495 kPushConstant, enumerator
530 return buffer_type_ == BufferType::kPushConstant; in IsPushConstant()
Dpipeline.cc450 push_constant_buffer_.type = BufferType::kPushConstant; in SetPushConstantBuffer()
467 push_constant_buffer_.type = BufferType::kPushConstant; in CreatePushConstantBuffer()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc1046 *type = BufferType::kPushConstant; in ToBufferType()
1159 } else if (buffer_type == BufferType::kPushConstant) { in ParsePipelineBind()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc739 cmd = MakeUnique<BufferCommand>(BufferCommand::BufferType::kPushConstant, in ProcessUniform()