Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Dpush_constant.cc77 auto push_const_range = GetVkPushConstantRange(); in RecordPushConstantVkCommand() local
78 if (push_const_range.offset + push_const_range.size > in RecordPushConstantVkCommand()
93 if (push_const_range.offset % 4U != 0) in RecordPushConstantVkCommand()
95 if (push_const_range.size % 4U != 0) in RecordPushConstantVkCommand()
100 push_const_range.offset, push_const_range.size, in RecordPushConstantVkCommand()
101 buffer_->GetValues<uint8_t*>() + push_const_range.offset); in RecordPushConstantVkCommand()
Dpipeline.cc190 VkPushConstantRange push_const_range = in CreateVkPipelineLayout() local
192 if (push_const_range.size > 0) { in CreateVkPipelineLayout()
194 pipeline_layout_info.pPushConstantRanges = &push_const_range; in CreateVkPipelineLayout()