Searched refs:updateStart (Results 1 – 1 of 1) sorted by relevance
918 const deUint32 updateStart = m_pushConstantRange[rangeNdx].update.offset; in getPushConstantUpdates() local919 const deUint32 updateEnd = updateStart + m_pushConstantRange[rangeNdx].update.size; in getPushConstantUpdates()921 updateRange |= (updateStart <= offset && updateEnd >= offset + 4u); in getPushConstantUpdates()