Lines Matching defs:update
117 } update;
407 // create and update descriptor set
422 .update(vk, vkDevice);
800 if (m_pushConstantRange[rangeNdx].update.size < m_pushConstantRange[rangeNdx].range.size)
803 vk.cmdPushConstants(cmdBuffer, pipelineLayout, m_pushConstantRange[rangeNdx].range.shaderStage, m_pushConstantRange[rangeNdx].update.offset, m_pushConstantRange[rangeNdx].update.size, value);
816 if (m_pushConstantRange[rangeNdx].update.size < m_pushConstantRange[rangeNdx].range.size)
950 const deUint32 updateStart = m_pushConstantRange[rangeNdx].update.offset;
951 const deUint32 updateEnd = updateStart + m_pushConstantRange[rangeNdx].update.size;
965 // Add new update entry
968 const VkPushConstantRange update =
975 pushConstantUpdates.push_back(update);
978 // Increase current update entry size
1841 // create and update descriptor set
1856 .update(vk, vkDevice);
1914 // update push constant
2255 // create and update descriptor set
2270 .update(vk, vkDevice);
2872 updateBuilder.update(vkd, device);
3144 // test data partial update and multiple times update
3152 // test partial update of the values
3160 // test multiple times update of the values
3308 // same range same layout then diff range and same range update
3323 // update push constant bind different layout with the same range then bind correct layout
3337 // update push constant then bind different layout with overlapping range then bind correct layout
3351 // bind different layout with different range then update push constant and bind correct layout