Searched refs:push_const_range (Results 1 – 2 of 2) sorted by relevance
77 auto push_const_range = GetVkPushConstantRange(); in RecordPushConstantVkCommand() local78 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()
190 VkPushConstantRange push_const_range = in CreateVkPipelineLayout() local192 if (push_const_range.size > 0) { in CreateVkPipelineLayout()194 pipeline_layout_info.pPushConstantRanges = &push_const_range; in CreateVkPipelineLayout()